On this page
Constructors
Properties

Interface SharedArrayBufferConstructor

interface SharedArrayBufferConstructor {
    new SharedArrayBufferConstructor(byteLength?: number): SharedArrayBuffer;
    "[species]": SharedArrayBufferConstructor;
    prototype: SharedArrayBuffer;
}
Index

Constructors

Properties

Constructors

Properties

Was this helpful?
SDK JS
Reference
SharedArrayBufferConstructor