- parse(query: string, entryHandler: ((key: string, value: Primitive) => void), deserialize?: boolean, decodeValues?: boolean): void
-
Parameters
-
query: string
-
entryHandler: ((key: string, value: Primitive) => void)
-
- (key: string, value: Primitive): void
-
Parameters
-
key: string
-
value: Primitive
Returns void
-
deserialize: boolean = true
-
decodeValues: boolean = true
Returns void
Parses a string for valid query param entries and pipes them through a handler.