ReadonlySearchParams
Exported By | |
---|---|
All Extended Interfaces |
ReadonlySearchParams partially implements the URLSearchParams interface, excluding all mutability methods and some less-useful methods for reading the underlying data. Exclusions:
- append
- delete
- set
- sort
- values()
- entries()
- forEach(...)