Re: [whatwg/url] Add value argument to URLSearchParams's has() and delete() (PR #735)

If the plan is to go with `has()`/`delete()`, we should probably have a use counter. We could do this by adding a two-argument overload which would trigger the use counter and then call into the one-argument overload:
```
boolean has(USVString name);
boolean has(USVString name, any ignored);
```

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

Message ID: <whatwg/url/pull/735/c1433245493@github.com>

Received on Thursday, 16 February 2023 15:15:12 UTC