2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Add documentation for getURIParams

This commit is contained in:
j433866
2019-06-03 14:23:00 +01:00
parent 89c4f54ce8
commit eb91dd7a7d

View File

@@ -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)