Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Google Canary browser support generators of ES6?

I need to test/work generators that are part of the ES6 draft. To work on I need a browser(in my case). As Google Canary is strictly for developers, so does it support generators as of now? My OS is Windows 7.

like image 393
Mozak Avatar asked Jan 03 '14 04:01

Mozak


Video Answer


1 Answers

Yes, behind a flag. See also the feature dashboard entry and V8 bug.

Navigate to chrome://flags/#enable-javascript-harmony to enable it.

like image 80
Jeremy Roman Avatar answered Sep 17 '22 23:09

Jeremy Roman