Hi all. I've landed a patch that enables Async Iteration [1] (async generator and for-await-of syntax) on non-nightly and also in chrome code, in bug 1352312 [2]. (that was nightly-only and content-only from bug 1331092 [3])
so now it's available from firefox 57, but I'd suggest waiting for 1-2 cycles before start using it in chrome code, just like we did for Async Function, so that things don't break even if it gets disabled again for some reason or when it hits some issue. (and it would also make uplift easier) [1] https://tc39.github.io/proposal-async-iteration/ [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1352312 [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1331092 -- arai _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform