⚠️ Internal: This API is not publically exported by the package.

      Interface UnderlyingByteSource

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

      Properties

      autoAllocateChunkSize?: number
      type: "bytes"