Re: Intent to implement and ship: Iterable declarations on NodeList and DOMTokenList

2016-08-02 Thread masataka . yakura
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.fo

Re: Intent to ship: Hashbang syntax in JS (a "#!" line at the very start of a script is a single-line comment)

2019-03-01 Thread masataka . yakura
On Friday, March 1, 2019 at 6:55:07 AM UTC+9, Jeff Walden wrote: > > ## Support in other browser / JS engines > > https://github.com/v8/v8/commit/0cd67eb7c57e109aa4cbc8b8bdff6b9eaf8c1286 > suggests v8 and Chrome are shipping this as of this week. > > I couldn't find Safari/JavaScriptCore implem