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

Node polyfills: Only apply them in Node.js, not in web browsers #1089

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Mar 6, 2024

Playground Block is broken in Safari because the Node polyfill library kicks in the browser environment and sets up a polyfill that's unsupported by Safari. This PR restricts those polyfills to just the Node.js runtime.

Testing Instructions

Confirm the CI checks pass

Playground Block is broken in Safari because the Node polyfill library
kicks in the browser environment and sets up a polyfill that's
unsupported by Safari. This PR restricts those polyfills to just the
Node.js runtime.
@adamziel adamziel merged commit 9ccab08 into trunk Mar 6, 2024
5 checks passed
@adamziel adamziel deleted the restrict-polyfills-to-node branch March 6, 2024 13:51
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.

1 participant