Skip to content

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

Closed
@bazineta

Description

@bazineta

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?

Activity

aearly

aearly commented on May 20, 2019

@aearly
Collaborator

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

added a commit that references this issue on Jun 6, 2025
4622700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @aearly@bazineta

        Issue actions

          Confusing mismatch, release notes vs. documentation, browser support · Issue #1643 · caolan/async