JavaScript Iterators

后端 未结 6 1503
清酒与你
清酒与你 2020-12-28 23:03

I was going through MDN (Mozilla Developer Network) and came across Iterators and generators

So naturally, I tried the snippets of code given in the page on Google C

6条回答
  •  一整个雨季
    2020-12-28 23:41

    It means that Chrome v21 does not support that feature of JavaScript. It's part of the 1.7 spec. Trying this might help for specifying explicitly 1.7 support in Chrome.

提交回复
热议问题