You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the URLSearchParams browser API instead. The SharePoint Framework includes a polyfill for older browsers.
Provides features for storing and retrieving URL query parameters.
Signature:
exportdefaultclassUrlQueryParameterCollection
Remarks
The URL can be server-relative, and it can also be an empty or null string. The query parameters must start with "?" to indicate the first query parameter and use "&" for all subsequent parameters. The class also supports fragments.