react/packages/react-server-dom-webpack/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
..
esm
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 Create a bunch of custom webpack vs unbundled node bundles (#26172) 2023-02-16 11:01:52 -05:00
client.node.js Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
client.node.unbundled.js Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
index.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
node-register.js
plugin.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 Rename react-server-dom-webpack entry points to /client and /server (#25504) 2022-10-18 10:15:52 -04:00
server.node.js [Flight] reorganize code for forked entrypoints (#30702) 2024-08-14 18:10:40 -07:00
server.node.unbundled.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
static.node.unbundled.js [Flight] rename prerender to unstable_prerender and include in stable channel (#31724) 2024-12-10 11:51:39 -08:00