Persist Request accorss hydration refreshes

This commit is contained in:
2026-04-11 12:52:56 +01:00
parent 814a289460
commit 35f7a6fc85
14 changed files with 37 additions and 18 deletions
+1
View File
@@ -272,6 +272,7 @@ export type BundlerCTXMap = {
url_path: string;
file_name: string;
css_path?: string;
req?: Request;
};
export type GlobalHMRControllerObject = {
controller: ReadableStreamDefaultController<string>;