On Saturday, July 30, 2016 at 11:41:23 AM UTC+9, Boris Zbarsky wrote:
> Summary: The idea is to have keys/entries/values/forEach methods on 
> these two interfaces, so you can do things like:
> 
>    document.querySelectorAll("whatever").forEach(someFunc)
> 
> and
> 
>    document.body.classList.forEach(someFunc)
> 
> Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1290636
> 
> Standard: https://dom.spec.whatwg.org/#interface-nodelist and 
> https://dom.spec.whatwg.org/#interface-domtokenlist
> 
> Platform coverage: all.
> 
> Estimated release: Firefox 50.
> 
> Devtools bug: none needed.
> 
> Other browsers: Chrome is shipping this in stable; no signals from 
> Safari or Edge.

It looks like WebKit landed support recently. 
https://trac.webkit.org/changeset/203222
https://trac.webkit.org/changeset/203728
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to