Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebReadableStream type

Re-export of the Web ReadableStream for use in platform-neutral code.

type WebReadableStream<R> = ReadableStream<R>