Skip to main content

stream/web

Usage in Deno

import * as mod from "node:stream/web";

Interfaces Jump to heading

Iv
ByteLengthQueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

Iv
Iv
CountQueuingStrategy

This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.

I
QueuingStrategy
No documentation available
I
QueuingStrategyInit
No documentation available
I
QueuingStrategySize
No documentation available
    I
    ReadableByteStreamControllerCallback
    No documentation available
      Iv
      ReadableStream

      This Streams API interface represents a readable stream of byte data.

      I
      ReadableStreamErrorCallback
      No documentation available
        I
        ReadableStreamGenericReader
        No documentation available
        I
        ReadableStreamGetReaderOptions
        No documentation available
        I
        ReadableStreamReadDoneResult
        No documentation available
        I
        ReadableStreamReadValueResult
        No documentation available
        I
        ReadableWritablePair
        No documentation available
        I
        TextDecoderOptions
        No documentation available
        I
        TransformerFlushCallback
        No documentation available
          I
          TransformerStartCallback
          No documentation available
            I
            TransformerTransformCallback
            No documentation available
              Iv
              I
              UnderlyingSink
              No documentation available
              I
              UnderlyingSinkAbortCallback
              No documentation available
                I
                UnderlyingSinkCloseCallback
                No documentation available
                  I
                  UnderlyingSinkStartCallback
                  No documentation available
                    I
                    UnderlyingSinkWriteCallback
                    No documentation available
                      I
                      UnderlyingSource
                      No documentation available
                      I
                      UnderlyingSourceCancelCallback
                      No documentation available
                        I
                        UnderlyingSourcePullCallback
                        No documentation available
                          I
                          UnderlyingSourceStartCallback
                          No documentation available
                            Iv
                            WritableStream

                            This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in back pressure and queuing.

                            Iv
                            WritableStreamDefaultController

                            This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.

                            Iv
                            WritableStreamDefaultWriter

                            This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.

                            Type Aliases Jump to heading

                            T
                            BufferSource
                            No documentation available
                              T
                              ReadableStreamController
                              No documentation available
                                T
                                ReadableStreamReader
                                No documentation available
                                  T
                                  ReadableStreamReaderMode
                                  No documentation available
                                    T
                                    ReadableStreamReadResult
                                    No documentation available
                                      Back to top