gup = "Get URL/URI Params".
gup
This function simply taktes the location string from the broser bar and retrieves all GET params as a record of string mappings.
You can pass that result into the Params class to get proper type conversion for numbers and booleans.
Params
Ported to typescript.
2021-05-21
2024-03-10 Fixed some type for Typescript 5 compatibility.
2024-08-26 Decoding URI components in GET params.
gup
= "Get URL/URI Params".This function simply taktes the location string from the broser bar and retrieves all GET params as a record of string mappings.
You can pass that result into the
Params
class to get proper type conversion for numbers and booleans.Ported to typescript.