WebReadableStream type

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

type WebReadableStream<R> = ReadableStream<R>