Skip to content

lib: move web global bootstrapping to the expected file

Moves the definition of queueMicrotask and structuredClone to internal/bootstrap/web/exposed-window-or-worker.js as they are defined in HTML WindowOrWorkerGlobalScope. This also suggests they can be disabled with the option --no-browser--globals.

Also, remove the obsolete deletion bufferBinding.zeroFill.

Merge request reports

Loading