- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 30 May 2018 22:46:13 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 May 2018 05:46:36 UTC
I looked it up: the specific compat issue was people doing .concat() on nodelists because they tested true for instanceof Array. So nodelists that were ArrayClass and implemented @@isConcatSpreadable would not have had the one known compat issue. The real issue was that no one except Gecko was interested in implementing [ArrayClass]... -- 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-393411637
Received on Thursday, 31 May 2018 05:46:36 UTC