react/packages/react-server-dom-turbopack/npm
Sebastian Markbåge 9f540fcc51
[Flight] Support streaming of decodeReply in Edge environments (#31852)
We support streaming `multipart/form-data` in Node.js using Busboy since
that's kind of the idiomatic ecosystem way for handling these stream
there. There's not really anything idiomatic like that for Edge that's
universal yet.

This adds a version that's basically just
`AsyncIterable.from(formData)`. It could also be a `ReadableStream` of
those entries since those are also `AsyncIterable`.

I imagine that in the future we might add one from a binary
`ReadableStream` that does the parsing built-in.
2024-12-19 12:54:59 -05:00
..
client.browser.js Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
client.edge.js Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
client.js
client.node.js Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
index.js
server.browser.js [Flight] reorganize code for forked entrypoints (#30702) 2024-08-14 18:10:40 -07:00
server.edge.js [Flight] Support streaming of decodeReply in Edge environments (#31852) 2024-12-19 12:54:59 -05:00
server.js
server.node.js [Flight] reorganize code for forked entrypoints (#30702) 2024-08-14 18:10:40 -07:00
static.browser.js [Flight] rename prerender to unstable_prerender and include in stable channel (#31724) 2024-12-10 11:51:39 -08:00
static.edge.js [Flight] rename prerender to unstable_prerender and include in stable channel (#31724) 2024-12-10 11:51:39 -08:00
static.js [Flight] Implement prerender (#30686) 2024-08-15 14:28:28 -07:00
static.node.js [Flight] rename prerender to unstable_prerender and include in stable channel (#31724) 2024-12-10 11:51:39 -08:00