- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 19 Dec 2024 10:35:16 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 December 2024 18:35:20 UTC
Maybe we should add some examples as to how you can use it as a map and how you can use it as a multi-map. The API has been designed such that it can be used for both. If you care about map, you'd primarily use get/set; if you care about multi-map, you'd use getAll/append. delete/has are useful for both. Still curious what OP meant though. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/issues/851#issuecomment-2555522138 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/issues/851/2555522138@github.com>
Received on Thursday, 19 December 2024 18:35:20 UTC