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
I'm trying to find a reference somewhere in the spec that defines this behaviour but I haven't managed to find one. With regenerator the following will throw an error of Generator has already finished:
I'm trying to find a reference somewhere in the spec that defines this behaviour but I haven't managed to find one. With regenerator the following will throw an error of
Generator has already finished
:While v8 will run it just fine.
Is regenerator or v8 the one in the wrong here?
The text was updated successfully, but these errors were encountered: