- From: Timothy Gu <notifications@github.com>
- Date: Tue, 04 Jan 2022 17:07:31 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 January 2022 01:07:43 UTC
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