[Webkit-unassigned] [Bug 131443] querySelectorAll should return an iterable NodeList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 17:00:03 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=131443

--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> ---

for (var e of document.all)
  console.log(e)

needs to work.  Someone from JSC team should be able to tell us what we need to make an object iterable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160415/ee85614e/attachment.html>


More information about the webkit-unassigned mailing list