• 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
    • ReadableStreamBYOBRequest
interface ReadableStreamBYOBRequest

Properties

readonly
view: ArrayBufferView | null

Methods

respond(bytesWritten: number): void
respondWithNewView(view: ArrayBufferView): void
variable ReadableStreamBYOBRequest

Properties

readonly
prototype: ReadableStreamBYOBRequest

Document Navigation

  • Properties
    • view
  • Methods
    • respond
    • respondWithNewView
  • Properties
    • prototype