ReadableStream.idl 151 B

12345
  1. // Dummy definition so we can use ReadableStream as a type in Fetch.
  2. // https://streams.spec.whatwg.org/#readablestream
  3. interface ReadableStream {
  4. };