Interface SharedArrayBufferConstructor

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

    Constructors

    Properties

    Constructors

    Properties