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.
growable
SharedArrayBuffer
1 parent 009b3ff commit cd6c0a0Copy full SHA for cd6c0a0
src/lib/es2024.sharedmemory.d.ts
@@ -28,7 +28,7 @@ interface SharedArrayBuffer {
28
*
29
* [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/growable)
30
*/
31
- get growable(): number;
+ get growable(): boolean;
32
33
/**
34
* If this SharedArrayBuffer is growable, returns the maximum byte length given during construction; returns the byte length if not.
0 commit comments