This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The delete() method of the URLSearchParams
interface deletes the given search parameter and its associated value, from the list of all search parameters.
URLSearchParams.delete(name)
Void
Specification | Status | Comment |
---|---|---|
URL The definition of 'delete()' in that specification. | Living Standard | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 49 | 17 | 29 | No | 36 | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 49 | 49 | 17 | 29 | 36 | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/delete