react/packages/react-server-dom-webpack
Sebastian Markbåge 2cfb221937
[Flight] Allow passing DEV only startTime as an option (#34912)
When you use the `createFromFetch` API we assume that the start time of
the request is the same time as when you call `createFromFetch` but in
principle you could use it with a Promise that starts earlier and just
happens to resolve to a `Response`.

When you use `createFromReadableStream` that is almost definitely the
case. E.g. you might have started it way earlier and you don't call
`createFromReadableStream` until you get the headers back (the fetch
promise resolves).

This adds an option to pass in the start time for debug purposes if you
started the request before starting to parse it.
2025-10-19 16:38:33 -04:00
..
esm Don't minify symbols in production builds (#28881) 2024-04-20 11:23:46 -04:00
npm Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00
src [Flight] Allow passing DEV only startTime as an option (#34912) 2025-10-19 16:38:33 -04:00
client.browser.js [Flight] Build Node.js Web Streams builds for Turbopack and Parcel (#33457) 2025-06-06 11:07:40 -04:00
client.edge.js [Flight] Build Node.js Web Streams builds for Turbopack and Parcel (#33457) 2025-06-06 11:07:40 -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 [Flight] Build Node.js Web Streams builds for Turbopack and Parcel (#33457) 2025-06-06 11:07:40 -04:00
client.node.unbundled.js [Flight] Build Node.js Web Streams builds for Turbopack and Parcel (#33457) 2025-06-06 11:07:40 -04:00
index.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
node-register.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json Bump next prerelease version numbers (#34674) 2025-10-02 00:31:55 +02:00
plugin.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
README.md [Flight] Rename react-transport-... packages to react-server-... (#20403) 2020-12-08 08:08:57 -05:00
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 [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
server.node.js [Flight] Add Web Stream support to the Flight Server in Node (#33474) 2025-06-07 10:40:09 -04:00
server.node.unbundled.js [Flight] Add Web Streams APIs to unbundled Node entries for Webpack (#33480) 2025-06-07 23:39:25 +02:00
static.browser.js Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00
static.edge.js Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00
static.js [Flight] Implement prerender (#30686) 2024-08-15 14:28:28 -07:00
static.node.js Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00
static.node.unbundled.js Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00

react-server-dom-webpack

Experimental React Flight bindings for DOM using Webpack.

Use it at your own risk.