GoogleChromeLabs / tasklets

177 stars 17 forks source link

Support for Generators #11

Closed surma closed 7 years ago

surma commented 7 years ago

Can we do support for generators? I feel like to support generators we should ideally have native support for async generators in Chrome...

cc @bfgeek

jamiemccrindle commented 7 years ago

It would be great to have support for these:

https://github.com/tc39/proposal-async-iteration

(I think that's what you meant, just confirming)

surma commented 7 years ago

Comlink has support for Async Generators. I plan to move the polyfill to use Comlink, so once that lands we are good to go here :)

surma commented 7 years ago

Now supported in the polyfill