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.
2 parents 2f7627b + 490f69f commit caa8dc2Copy full SHA for caa8dc2
src/lib/es2017.sharedmemory.d.ts
@@ -103,7 +103,7 @@ interface Atomics {
103
* Wakes up sleeping agents that are waiting on the given index of the array, returning the
104
* number of agents that were awoken.
105
*/
106
- wake(typedArray: Int32Array, index: number, count: number): number;
+ notify(typedArray: Int32Array, index: number, count: number): number;
107
108
/**
109
* Stores the bitwise XOR of a value with the value at the given position in the array,
@@ -115,4 +115,4 @@ interface Atomics {
115
readonly [Symbol.toStringTag]: "Atomics";
116
}
117
118
-declare var Atomics: Atomics;
+declare var Atomics: Atomics;
0 commit comments