UnderlyingByteSource

interface UnderlyingByteSource

exported from runtime.d

Properties

UnderlyingByteSource.autoAllocateChunkSize?

type: number

UnderlyingByteSource.type

type: “bytes”

Methods

UnderlyingByteSource.cancel?(reason: unknown) void | PromiseLike<void>
UnderlyingByteSource.pull?(controller: ReadableByteStreamController) void | PromiseLike<void>
UnderlyingByteSource.start?(controller: ReadableByteStreamController) unknown