WebReadableStream type

Återexportera webben ReadableStream för användning i plattformsneutral kod.

type WebReadableStream<R> = ReadableStream<R>