Skip to content

Commit

Permalink
chore: pass SharedArrayBuffer to wpt window
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed May 11, 2024
1 parent 583148f commit 92646cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .scripts/wpt-harness.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const setup = window => {
window.EventTarget = EventTarget;
window.URL = URL;
window.Blob = Blob;
window.SharedArrayBuffer = SharedArrayBuffer;
// @note - adding Function this crashes some tests:
// the-pannernode-interface/pannernode-setposition-throws.html
// the-periodicwave-interface/createPeriodicWaveInfiniteValuesThrows.html
Expand Down

0 comments on commit 92646cc

Please sign in to comment.