Interface ArrayBufferConstructor

    interface ArrayBufferConstructor {
        new ArrayBufferConstructornew (byteLength: number): ArrayBuffer;
        [species]: ArrayBufferConstructor;
        prototype: ArrayBuffer;
        isView(arg: any): arg is ArrayBufferView;
    }

    Constructors

    Properties

    Methods

    Constructors

    Properties

    prototype: ArrayBuffer

    Methods