- From: <bugzilla@jessica.w3.org>
- Date: Wed, 10 Jul 2013 20:02:41 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22391
Boris Zbarsky <bzbarsky@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bzbarsky@mit.edu
--- Comment #4 from Boris Zbarsky <bzbarsky@mit.edu> ---
[] as currently specified can't replace NodeList and HTMLCollection because
those have methods other than [] and .length that are used in the wild...
Further, there seems to be a trend away from "live" lists (whether good or
not).
For a non-live list, a JS Array (if a new copy) or frozen JS Array (if shared
with other consumers) seems just fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 10 July 2013 20:02:42 UTC