You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ES6 generators and iterators API is a little different from the one initially implemented in Firefox, which dates back to an earlier design. Update task.js to work with the new API, which can now be tested in the latest build of V8:
Just to play around with this and generators in node, I did this as well as updating it to work with node's module system. The change to work with the updated protocol was trivial, only requiring modification to runScheduledTask.
The ES6 generators and iterators API is a little different from the one initially implemented in Firefox, which dates back to an earlier design. Update task.js to work with the new API, which can now be tested in the latest build of V8:
http://wingolog.org/archives/2013/05/08/generators-in-v8
We should hopefully start implementing the new generators API soon in SpiderMonkey as well, so that the new version of task.js can then be used.
The text was updated successfully, but these errors were encountered: