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: swap global for globalThis #12

Merged
merged 1 commit into from
Mar 27, 2021

Conversation

achingbrain
Copy link
Contributor

global is not defined in browsers. Use globalThis instead.

Fixes #7

`global` is not defined in browsers.  Use `globalThis` instead.

Fixes #7
@rvagg rvagg merged commit f14e8a5 into rvagg:master Mar 27, 2021
@achingbrain achingbrain deleted the fix/global-in-browsers branch March 27, 2021 06:04
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.

Buffer detection
2 participants