ReadableStream.idl 177 B

123456
  1. // Dummy definition so we can use ReadableStream as a type in Fetch.
  2. // https://streams.spec.whatwg.org/#readablestream
  3. [Exposed=*, Transferable]
  4. interface ReadableStream {
  5. };