()
| 1475 | return new ReadableStream( |
| 1476 | { |
| 1477 | start() { |
| 1478 | return __async(this, null, function* () { |
| 1479 | iterator = iterable[Symbol.asyncIterator](); |
| 1480 | }); |
| 1481 | }, |
| 1482 | pull(controller) { |
| 1483 | return __async(this, null, function* () { |
| 1484 | const { done, value } = yield iterator.next(); |