mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 06:31:15 +00:00
parent
2d1208556a
commit
b8303c7812
13 changed files with 3225 additions and 3678 deletions
|
@ -42,5 +42,5 @@ export function pooledMap<T, R>(
|
|||
await Promise.all(executing);
|
||||
writer.close();
|
||||
})();
|
||||
return res.readable.getIterator();
|
||||
return res.readable[Symbol.asyncIterator]();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue