Net#getQueryString()

getQueryString(parameter) → {string | object}

Returns the Query String as an object.
If you specify a parameter it will return just the value of that parameter, should it exist.

Parameters
Name Type Argument Default Description
parameter string <optional>
''

If specified this will return just the value for that key.

Returns
string | object -

An object containing the key value pairs found in the query string or just the value if a parameter was given.

Source code: net/Net.js (Line 116)
doc_phaser
2017-02-14 10:55:36
Comments
Leave a Comment

Please login to continue.