We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c039820 commit dbe01d4Copy full SHA for dbe01d4
demos/unpkg/global.d.ts
@@ -0,0 +1,6 @@
1
+// See https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/62651
2
+
3
+interface ReadableStream<R = any> {
4
+ values(options?: { preventCancel?: boolean }): AsyncIterableIterator<R>
5
+ [Symbol.asyncIterator](): AsyncIterableIterator<R>
6
+}
0 commit comments