Deprecated
Usage
JavaScript
nebula.getQueryStrings(url, format)
Parameters
url
(Optional) (String) The URL to parse for query parameters
Default: document.URL
format
(Optional) (String) The format to return the query string in
Default: object
Parameter Notes
Using string
for the format will return the full query string as a single string (including the ?
).
Additional Notes
Deprecated. Use nebula.get()
or URLSearchParams directly.