mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
8 lines
236 B
Markdown
8 lines
236 B
Markdown
|
---
|
||
|
"astro": minor
|
||
|
---
|
||
|
|
||
|
Improves Node.js streaming performance.
|
||
|
|
||
|
This uses an `AsyncIterable` instead of a `ReadableStream` to do streaming in Node.js. This is a non-standard enhancement by Node, which is done only in that environment.
|