Skip to main content

IntoUnderlyingByteSource

Index

Constructors

constructor

Properties

readonlyautoAllocateChunkSize

autoAllocateChunkSize: number

readonlytype

type: string

Methods

cancel

  • cancel(): void
  • Returns void

free

  • free(): void
  • Returns void

pull

  • pull(controller: ReadableByteStreamController): Promise<any>

  • Parameters

    • controller: ReadableByteStreamController

    Returns Promise<any>

start

  • start(controller: ReadableByteStreamController): void
  • Parameters

    • controller: ReadableByteStreamController

    Returns void