UNPKG

@types/audioworklet

Version:
9 lines (7 loc) 310 B
///////////////////////////// /// AudioWorklet Async Iterable APIs ///////////////////////////// interface ReadableStream<R = any> { [Symbol.asyncIterator](options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>; values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>; }