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

fix: add setImmediate.bind #222

Merged
merged 1 commit into from Sep 28, 2018

Conversation

opichals
Copy link
Contributor

Fixes the following issue when attempted in a browser under some
circumstances where this !== global:

Uncaught TypeError: Illegal invocation
    at Volume.wrapAsync (index-bundle.js:8692)
    at Volume.stat (index-bundle.js:9261)

Tested bundled using rollup in Chrome 69

Fixes the following issue when attempted in a browser under some
circumstances where `this !== global`:

```
Uncaught TypeError: Illegal invocation
    at Volume.wrapAsync (index-bundle.js:8692)
    at Volume.stat (index-bundle.js:9261)
```
Copy link
Owner

@streamich streamich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@streamich streamich merged commit 41a7e35 into streamich:master Sep 28, 2018
@streamich
Copy link
Owner

🎉 This PR is included in version 2.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

2 participants