Chartbreaker
    Preparing search index...

    Type Alias WhatWgReadableStream

    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 WhatWgReadableStream = {
        prototype: ReadableStream_2;
        new (): ReadableStream_2;
    }
    Index

    Properties

    Properties

    prototype: ReadableStream_2