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

Ensure global is present for Node 10 + globalThis polyfill #685

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 18, 2021

The prior method (typeof globalThis in the currently running context) cannot properly indicate if globalThis will be available within the sandboxed context.

The prior method (`typeof globalThis` in the currently running context)
cannot properly indicate if `globalThis` will be available within the
sandboxed context.
@rwjblue rwjblue added the bug label Mar 18, 2021
@rwjblue rwjblue merged commit 5e1b427 into master Mar 18, 2021
@delete-merged-branch delete-merged-branch bot deleted the update-globalThis-check branch March 18, 2021 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant