dataview-stream - v2.0.2
    Preparing search index...

    Interface DataViewWritableStreamOptions

    interface DataViewWritableStreamOptions {
        highWaterMark?: number;
        ignoreUTF8errors?: boolean;
        input?: string | ArrayBuffer | Uint8Array<ArrayBufferLike>;
        littleEndian?: boolean;
    }
    Index

    Properties

    highWaterMark?: number

    Passed to ByteLengthQueuingStrategy for superclass.

    ignoreUTF8errors?: boolean

    If there is an error in UTF8 encoding, use the replacement character.

    input?: string | ArrayBuffer | Uint8Array<ArrayBufferLike>

    If specified, start with these bytes enqueued. Strings are encoded as UTF-8.

    littleEndian?: boolean

    Default endianness for the stream.