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)
Please login to continue.