Re: [whatwg/url] [proposal] Enhanced the ability for multiple same-name-parameters to the URLSearchParams: .has() and .delete() (Issue #680)

Not sure if we need a `.has(key, value)`, since it's equivalent to `.getAll(key).include(value)`. The possibility of adding a return value to `delete` is interesting though, since `Map.prototype.delete` returns a boolean for whether an entry was deleted.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/680#issuecomment-1005295669
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/680/1005295669@github.com>

Received on Wednesday, 5 January 2022 01:07:43 UTC