Sanity Library Reference Docs
    Preparing search index...
    interface UnderlyingByteSource {
        autoAllocateChunkSize?: number;
        cancel?: ReadableStreamErrorCallback;
        pull?: ReadableByteStreamControllerCallback;
        start?: ReadableByteStreamControllerCallback;
        type: "bytes";
    }
    Index

    Properties

    autoAllocateChunkSize?: number
    type: "bytes"