Appearance
function uriDecode(string: string): string;
Faster version of decodeURIComponent() that does not throw.
string
the decoded string or null if invalid.