mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Add documentation for getURIParams
This commit is contained in:
parent
89c4f54ce8
commit
eb91dd7a7d
@ -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 New Issue
Block a user