• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
  • Streams API
    • UnderlyingSource
interface UnderlyingSource

Type Parameters

R = any

Properties

optional
cancel: ReadableStreamErrorCallback
optional
pull: ReadableStreamDefaultControllerCallback<R>
optional
start: ReadableStreamDefaultControllerCallback<R>
optional
type: undefined

Document Navigation

  • Type Parameters
    • R
  • Properties
    • cancel
    • pull
    • start
    • type