@shopify/oxygen-workers-types
    Preparing search index...

    Interface UnderlyingByteSource

    interface UnderlyingByteSource {
        autoAllocateChunkSize?: number;
        cancel?: (reason: any) => void | Promise<void>;
        pull?: (controller: ReadableByteStreamController) => void | Promise<void>;
        start?: (controller: ReadableByteStreamController) => void | Promise<void>;
        type: "bytes";
    }
    Index

    Properties

    autoAllocateChunkSize?: number
    cancel?: (reason: any) => void | Promise<void>
    pull?: (controller: ReadableByteStreamController) => void | Promise<void>
    start?: (controller: ReadableByteStreamController) => void | Promise<void>
    type: "bytes"