react/packages/react-server-dom-parcel
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
..
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 Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -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
index.js Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
package.json Bump next prerelease version numbers (#34674) 2025-10-02 00:31:55 +02:00
README.md Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
server.browser.js Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
server.edge.js [Flight] Support streaming of decodeReply in Edge environments (#31852) 2024-12-19 12:54:59 -05:00
server.js Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
server.node.js [Flight] Add Web Stream support to the Flight Server in Node (#33474) 2025-06-07 10:40:09 -04: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 Implement react-server-dom-parcel (#31725) 2024-12-11 22:58:51 -05:00
static.node.js Ship partial-prerendering APIs to Canary (#34633) 2025-10-01 18:22:30 +02:00

react-server-dom-parcel

Experimental React Flight bindings for DOM using Parcel.

Use it at your own risk.