Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

regenerator-runtime & ES3 #341

Closed
fan776783 opened this issue Feb 1, 2018 · 2 comments
Closed

regenerator-runtime & ES3 #341

fan776783 opened this issue Feb 1, 2018 · 2 comments

Comments

@fan776783
Copy link

Mabe replace line 336 delegate.iterator.return to delegate.iterator['return'] in runtime.js for old IE support

@afreidz
Copy link

afreidz commented Aug 22, 2018

trying to support legacy enterprise applications that use IE8 rendering. this recently started causing errors for us.

@benjamn
Copy link
Contributor

benjamn commented Nov 16, 2018

This should be fixed in regenerator-runtime@0.13.1 thanks to #355 by @loganfsmyth, though please note that this version includes the changes from #353, which might require some adjustment if you were previously relying on a global regeneratorRuntime namespace.

@benjamn benjamn closed this as completed Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants