- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 30 May 2018 06:44:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 May 2018 13:45:15 UTC
IMO if you want an array, you should not be using `iterable<>`. You should be using an array. `iterable<>` is when you need to create some completely custom collection, e.g. `DOMTokenList` (a type of set), `URLSearchParams` (a multi-map), or when you need to adapt legacy array-likes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/561#issuecomment-393167255
Received on Wednesday, 30 May 2018 13:45:15 UTC