Net#decodeURI()

decodeURI(value) → {string}

Takes a Uniform Resource Identifier (URI) component (previously created by encodeURIComponent or by a similar routine) and
decodes it, replacing \ with spaces in the return. Used internally by the Net classes.

Parameters
Name Type Description
value string

The URI component to be decoded.

Returns
string -

The decoded value.

Source code: net/Net.js (Line 152)
doc_phaser
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.