@nextcloud/files

    Interface UnderlyingByteSource

    interface UnderlyingByteSource {
        autoAllocateChunkSize?: number;
        cancel?: ReadableStreamErrorCallback;
        pull?: ReadableByteStreamControllerCallback;
        start?: ReadableByteStreamControllerCallback;
        type: "bytes";
    }
    Index

    Properties

    autoAllocateChunkSize?: number
    type: "bytes"
    MMNEPVFCICPMFPCPTTAAATR