Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
lib: move web global bootstrapping to the expected file#47881
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
legendecas commented May 5, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented May 5, 2023
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented May 9, 2023
jasnell left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this be considered semver-major?
legendecas commented May 10, 2023
This doesn't affect users that don't utilize |
nodejs-github-bot commented May 12, 2023
aduh95 commented May 17, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
I would argue that it's a fix, not a breaking change. In all likeliness, folks using |
legendecas commented May 19, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
I was under the impression that changes to the global are semver-major. Unfortunately, I didn't find a written rule for it. Regarding the semantic of the flag @codebytere would you mind helping out here to see if un-exposing the |
nodejs-github-bot commented Jun 15, 2023
Landed in f3b713d...ee1b6ab |
PR-URL: #47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: #47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: #47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: #47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: nodejs#47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: nodejs#47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: nodejs#47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
PR-URL: nodejs#47881 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Khaidi Chu <[email protected]>
ruyadorno commented Sep 8, 2023
This commit does not land cleanly on |
Moves the definition of
queueMicrotaskandstructuredClonetointernal/bootstrap/web/exposed-window-or-worker.jsas they are defined in HTMLWindowOrWorkerGlobalScope. This also suggests they can be disabled with the option--no-browser--globals.Also, remove the obsolete deletion
bufferBinding.zeroFill.