- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 11 May 2017 02:23:40 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 May 2017 09:24:13 UTC
Because when we discussed those kind of approaches with TC39, they told us not to and to just use Array. It wasn't just about `[]`, it was also about `FileList`, `NodeList`, etc. And the problem with those was not that they did not have enough methods like Array, it was that they required a proxy. And so then we investigated alternatives to current APIs and found out we could use Array and sequences (for input) just fine. You could go back to TC39 I suppose and say you really want to do typed arrays again... -- 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/345#issuecomment-300734048
Received on Thursday, 11 May 2017 09:24:13 UTC