Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

decoder: TextDecoder

Accessors

  • get streamDone(): boolean
  • Is the stream done? A stream is only done if all of the following are true:

    • There is no more data to be added to the text buffer
    • There is no more data in the text buffer
    • There are no chunks that are waiting to be consumed

    Returns boolean

Methods

Generated using TypeDoc