Contact emails
debad...@gmail.comExplainer
NoneSpecification
https://url.spec.whatwg.org/#dom-urlsearchparams-hasSummary
This feature adds the ability to pass a `value` argument to URLSearchParams's has() and delete() methods which allow for deleting tuples stored in URLSearchParams either by the `name` parameter or by the combination of `name` and `value`
Blink component
BlinkMotivation
This particular addition to the standards has been a long requested and gives developers much needed flexibility in the has() and delete() apis allowing to delete specific tuples.
Initial public proposal
NoneTAG review
NoneTAG review status
Not applicableRisks
Gecko: No signal
WebKit: Has shipped (
https://github.com/WebKit/WebKit/pull/13500)
Web developers: No signals
Other signals:
WebView application risks
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
Unknown but most probably no.
Debuggability
None
Yes
Flag name
None
Requires code in //chrome?
FalseTracking bug
https://bugs.chromium.org/p/chromium/issues/detail?id=1442916Estimated milestones
No milestones specified
Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/5147732899004416Links to previous Intent discussions