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

async/customAlphabet - ensure browser version returns Promise #229

Merged
merged 1 commit into from
Jul 27, 2020
Merged

async/customAlphabet - ensure browser version returns Promise #229

merged 1 commit into from
Jul 27, 2020

Commits on Jul 24, 2020

  1. async/customAlphabet - ensure browser version returns Promise

    To ensure consistency in the functions exported by async/browser.index
    and to not catch out users expecting a Thenable returned by functions
    claimed to be async, ensure that the final value returned by 
    `customAlphabet()` is a Promise resolving to the value, not the value
    itself
    LoneRifle committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e52d1e1 View commit details
    Browse the repository at this point in the history