interface SharedArrayBufferConstructor {
    new SharedArrayBufferConstructornew (byteLength): SharedArrayBuffer;
    prototype: SharedArrayBuffer;
}

Constructors

Properties

Constructors

Properties