- From: Andreu Botella <notifications@github.com>
- Date: Thu, 16 Feb 2023 07:14:59 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 February 2023 15:15:12 UTC
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