We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e265a commit 174ca27Copy full SHA for 174ca27
lib/internal/worker.js
@@ -99,7 +99,7 @@ let cwdCounter;
99
100
const environmentData = new SafeMap();
101
102
-// SharedArrayBuffers can be disabled with --no-harmony-sharedarraybuffer.
+// SharedArrayBuffers can be disabled with --enable-sharedarraybuffer-per-context.
103
if (isMainThread && SharedArrayBuffer !== undefined) {
104
cwdCounter = new Uint32Array(new SharedArrayBuffer(4));
105
const originalChdir = process.chdir;
test/parallel/test-worker-no-sab.js
@@ -1,4 +1,4 @@
1
-// Flags: --no-harmony-sharedarraybuffer
+// Flags: --enable-sharedarraybuffer-per-context
2
3
'use strict';
4
0 commit comments