@nextcloud/files
    Preparing search index...

    Interface ReadableStreamBYOBRequest

    interface ReadableStreamBYOBRequest {
        view: NonSharedArrayBufferView | null;
        respond(bytesWritten: number): void;
        respondWithNewView(view: NonSharedArrayBufferView): void;
    }
    Index

    Properties

    Methods

    Properties

    Methods

    • Parameters

      • bytesWritten: number

      Returns void