Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing mismatch, release notes vs. documentation, browser support #1643

Closed
bazineta opened this issue May 20, 2019 · 1 comment
Closed

Comments

@bazineta
Copy link

In the release notes, there's this:

We are now making heavy use of ES2015 features, this means we have dropped out-of-the-box support for Node 4 and earlier, and many old versions of browsers. (#1541, #1553)

In contrast, in the documentation:

In the Browser Async should work in any ES5 environment (IE9 and above).

Given the statement in the release notes, the documentation is surprising; I'd think there'd be no ability to support IE at all.

Which is correct?

@aearly
Copy link
Collaborator

aearly commented May 20, 2019

Ah, the former. It won't work out of the box in any version of IE (at least not without transpiling).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants