We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7102a34 commit a193ad5Copy full SHA for a193ad5
1 file changed
src/net/Net.js
@@ -150,8 +150,8 @@ Phaser.Net.prototype = {
150
},
151
152
/**
153
- * Returns the Query String as an object.
154
- * If you specify a parameter it will return just the value of that parameter, should it exist.
+ * 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.
155
*
156
* @method Phaser.Net#decodeURI
157
* @param {string} value - The URI component to be decoded.
0 commit comments