Skip to content

Commit b010afb

Browse files
committed
Update baseline tests to support legacy folder
1 parent 1864a71 commit b010afb

17 files changed

+57488
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/////////////////////////////
2+
/// AudioWorklet Async Iterable APIs
3+
/////////////////////////////
4+
5+
interface ReadableStream<R = any> {
6+
[Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
7+
values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
8+
}

0 commit comments

Comments
 (0)