mirror of
https://github.com/gchq/CyberChef
synced 2025-01-23 09:45:02 +00:00
Add documentation for getURIParams
This commit is contained in:
parent
89c4f54ce8
commit
eb91dd7a7d
1 changed files with 2 additions and 0 deletions
|
@ -403,7 +403,9 @@ class App {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the URI params from the window and parses them to extract the actual values.
|
||||
*
|
||||
* @returns {object}
|
||||
*/
|
||||
getURIParams() {
|
||||
// Load query string or hash from URI (depending on which is populated)
|
||||
|
|
Loading…
Reference in a new issue