Options
All
  • Public
  • Public/Protected
  • All
Menu

This Streams API interface represents a readable stream of byte data. The Fetch API offers a concrete instance of a ReadableStream through the body property of a Response object.

Type Parameters

  • R = any

Hierarchy

  • ReadableStream

Index

Properties

locked: boolean

Methods

  • Parameters

    • Optional reason: any

    Returns internal.Promise<void>

Generated using TypeDoc