@takazudo/zfb-runtime 2.11.0 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,5 +37,11 @@ export declare const updateScrollPosition: (positions: {
37
37
  scrollX: number;
38
38
  scrollY: number;
39
39
  }) => void;
40
- export declare function doSwap(afterPreparation: BeforeEvent, viewTransition: ViewTransition, afterDispatch?: () => Promise<void>): Promise<TransitionBeforeSwapEvent>;
40
+ export declare function doSwap(afterPreparation: BeforeEvent, viewTransition: ViewTransition, afterDispatch?: () => Promise<void>, beforeSwap?: (event: TransitionBeforeSwapEvent) => void): Promise<{
41
+ swapped: false;
42
+ event: TransitionBeforeSwapEvent;
43
+ } | {
44
+ swapped: true;
45
+ event: TransitionBeforeSwapEvent;
46
+ }>;
41
47
  export {};
@@ -103,13 +103,20 @@ export const updateScrollPosition = (positions) => {
103
103
  safeReplaceState({ ...history.state, ...positions }, "");
104
104
  }
105
105
  };
106
- export async function doSwap(afterPreparation, viewTransition, afterDispatch) {
106
+ export async function doSwap(afterPreparation, viewTransition, afterDispatch, beforeSwap) {
107
107
  const event = new TransitionBeforeSwapEvent(afterPreparation, viewTransition);
108
108
  document.dispatchEvent(event);
109
109
  if (afterDispatch) {
110
110
  await afterDispatch();
111
111
  }
112
+ if (event.signal.aborted) {
113
+ return { swapped: false, event };
114
+ }
115
+ // This callback and event.swap() deliberately form one synchronous commit
116
+ // section. Once teardown starts, the navigation must finish even if an
117
+ // observer aborts its signal from inside an overridden swap().
118
+ beforeSwap?.(event);
112
119
  event.swap();
113
- return event;
120
+ return { swapped: true, event };
114
121
  }
115
122
  //# sourceMappingURL=events.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/client-router/events.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\nimport { safeReplaceState } from \"./history-safe.js\";\nimport { swap } from \"./swap-functions.js\";\nimport type { Direction, NavigationTypeString } from \"./types.js\";\n\nexport const TRANSITION_BEFORE_PREPARATION = \"zfb:before-preparation\";\nexport const TRANSITION_AFTER_PREPARATION = \"zfb:after-preparation\";\nexport const TRANSITION_BEFORE_SWAP = \"zfb:before-swap\";\nexport const TRANSITION_AFTER_SWAP = \"zfb:after-swap\";\nexport const TRANSITION_PAGE_LOAD = \"zfb:page-load\";\nexport const TRANSITION_NAVIGATION_ABORTED = \"zfb:navigation-aborted\";\n\ntype Events =\n | \"zfb:after-preparation\"\n | \"zfb:after-swap\"\n | \"zfb:page-load\"\n | \"zfb:navigation-aborted\";\nexport const triggerEvent = (name: Events) => document.dispatchEvent(new Event(name));\nexport const onPageLoad = () => triggerEvent(\"zfb:page-load\");\n\n/*\n * Common stuff\n */\nclass BeforeEvent extends Event {\n readonly from: URL;\n to: URL;\n direction: Direction | string;\n readonly navigationType: NavigationTypeString;\n readonly sourceElement: Element | undefined;\n readonly info: any;\n newDocument: Document;\n readonly signal: AbortSignal;\n\n constructor(\n type: string,\n eventInitDict: EventInit | undefined,\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n newDocument: Document,\n signal: AbortSignal,\n ) {\n super(type, eventInitDict);\n this.from = from;\n this.to = to;\n this.direction = direction;\n this.navigationType = navigationType;\n this.sourceElement = sourceElement;\n this.info = info;\n this.newDocument = newDocument;\n this.signal = signal;\n\n Object.defineProperties(this, {\n from: { enumerable: true },\n to: { enumerable: true, writable: true },\n direction: { enumerable: true, writable: true },\n navigationType: { enumerable: true },\n sourceElement: { enumerable: true },\n info: { enumerable: true },\n newDocument: { enumerable: true, writable: true },\n signal: { enumerable: true },\n });\n }\n}\n\n/*\n * TransitionBeforePreparationEvent\n\n */\nexport const isTransitionBeforePreparationEvent = (\n value: any,\n): value is TransitionBeforePreparationEvent =>\n typeof value === \"object\" && value !== null && value.type === TRANSITION_BEFORE_PREPARATION;\nexport class TransitionBeforePreparationEvent extends BeforeEvent {\n formData: FormData | undefined;\n loader: () => Promise<void>;\n constructor(\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n newDocument: Document,\n signal: AbortSignal,\n formData: FormData | undefined,\n loader: (event: TransitionBeforePreparationEvent) => Promise<void>,\n ) {\n super(\n TRANSITION_BEFORE_PREPARATION,\n { cancelable: true },\n from,\n to,\n direction,\n navigationType,\n sourceElement,\n info,\n newDocument,\n signal,\n );\n this.formData = formData;\n this.loader = loader.bind(this, this);\n Object.defineProperties(this, {\n formData: { enumerable: true },\n loader: { enumerable: true, writable: true },\n });\n }\n}\n\n/*\n * TransitionBeforeSwapEvent\n */\nexport const isTransitionBeforeSwapEvent = (value: any): value is TransitionBeforeSwapEvent =>\n typeof value === \"object\" && value !== null && value.type === TRANSITION_BEFORE_SWAP;\nexport class TransitionBeforeSwapEvent extends BeforeEvent {\n override readonly direction: Direction | string;\n readonly viewTransition: ViewTransition;\n swap: () => void;\n\n constructor(afterPreparation: BeforeEvent, viewTransition: ViewTransition) {\n super(\n TRANSITION_BEFORE_SWAP,\n undefined,\n afterPreparation.from,\n afterPreparation.to,\n afterPreparation.direction,\n afterPreparation.navigationType,\n afterPreparation.sourceElement,\n afterPreparation.info,\n afterPreparation.newDocument,\n afterPreparation.signal,\n );\n this.direction = afterPreparation.direction;\n this.viewTransition = viewTransition;\n this.swap = () => swap(this.newDocument);\n\n Object.defineProperties(this, {\n direction: { enumerable: true },\n viewTransition: { enumerable: true },\n swap: { enumerable: true, writable: true },\n });\n }\n}\n\nexport async function doPreparation(\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n signal: AbortSignal,\n formData: FormData | undefined,\n defaultLoader: (event: TransitionBeforePreparationEvent) => Promise<void>,\n) {\n const event = new TransitionBeforePreparationEvent(\n from,\n to,\n direction,\n navigationType,\n sourceElement,\n info,\n window.document,\n signal,\n formData,\n defaultLoader,\n );\n if (document.dispatchEvent(event)) {\n await event.loader();\n if (!event.defaultPrevented) {\n triggerEvent(\"zfb:after-preparation\");\n if (event.navigationType !== \"traverse\") {\n // save the current scroll position before we change the DOM and transition to the new page\n updateScrollPosition({ scrollX, scrollY });\n }\n }\n }\n return event;\n}\n\n// only update history entries that are managed by us\n// leave other entries alone and do not accidentally add state.\nexport const updateScrollPosition = (positions: { scrollX: number; scrollY: number }) => {\n if (history.state) {\n history.scrollRestoration = \"manual\";\n safeReplaceState({ ...history.state, ...positions }, \"\");\n }\n};\n\nexport async function doSwap(\n afterPreparation: BeforeEvent,\n viewTransition: ViewTransition,\n afterDispatch?: () => Promise<void>,\n) {\n const event = new TransitionBeforeSwapEvent(afterPreparation, viewTransition);\n document.dispatchEvent(event);\n if (afterDispatch) {\n await afterDispatch();\n }\n event.swap();\n return event;\n}\n"]}
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/client-router/events.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\nimport { safeReplaceState } from \"./history-safe.js\";\nimport { swap } from \"./swap-functions.js\";\nimport type { Direction, NavigationTypeString } from \"./types.js\";\n\nexport const TRANSITION_BEFORE_PREPARATION = \"zfb:before-preparation\";\nexport const TRANSITION_AFTER_PREPARATION = \"zfb:after-preparation\";\nexport const TRANSITION_BEFORE_SWAP = \"zfb:before-swap\";\nexport const TRANSITION_AFTER_SWAP = \"zfb:after-swap\";\nexport const TRANSITION_PAGE_LOAD = \"zfb:page-load\";\nexport const TRANSITION_NAVIGATION_ABORTED = \"zfb:navigation-aborted\";\n\ntype Events =\n | \"zfb:after-preparation\"\n | \"zfb:after-swap\"\n | \"zfb:page-load\"\n | \"zfb:navigation-aborted\";\nexport const triggerEvent = (name: Events) => document.dispatchEvent(new Event(name));\nexport const onPageLoad = () => triggerEvent(\"zfb:page-load\");\n\n/*\n * Common stuff\n */\nclass BeforeEvent extends Event {\n readonly from: URL;\n to: URL;\n direction: Direction | string;\n readonly navigationType: NavigationTypeString;\n readonly sourceElement: Element | undefined;\n readonly info: any;\n newDocument: Document;\n readonly signal: AbortSignal;\n\n constructor(\n type: string,\n eventInitDict: EventInit | undefined,\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n newDocument: Document,\n signal: AbortSignal,\n ) {\n super(type, eventInitDict);\n this.from = from;\n this.to = to;\n this.direction = direction;\n this.navigationType = navigationType;\n this.sourceElement = sourceElement;\n this.info = info;\n this.newDocument = newDocument;\n this.signal = signal;\n\n Object.defineProperties(this, {\n from: { enumerable: true },\n to: { enumerable: true, writable: true },\n direction: { enumerable: true, writable: true },\n navigationType: { enumerable: true },\n sourceElement: { enumerable: true },\n info: { enumerable: true },\n newDocument: { enumerable: true, writable: true },\n signal: { enumerable: true },\n });\n }\n}\n\n/*\n * TransitionBeforePreparationEvent\n\n */\nexport const isTransitionBeforePreparationEvent = (\n value: any,\n): value is TransitionBeforePreparationEvent =>\n typeof value === \"object\" && value !== null && value.type === TRANSITION_BEFORE_PREPARATION;\nexport class TransitionBeforePreparationEvent extends BeforeEvent {\n formData: FormData | undefined;\n loader: () => Promise<void>;\n constructor(\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n newDocument: Document,\n signal: AbortSignal,\n formData: FormData | undefined,\n loader: (event: TransitionBeforePreparationEvent) => Promise<void>,\n ) {\n super(\n TRANSITION_BEFORE_PREPARATION,\n { cancelable: true },\n from,\n to,\n direction,\n navigationType,\n sourceElement,\n info,\n newDocument,\n signal,\n );\n this.formData = formData;\n this.loader = loader.bind(this, this);\n Object.defineProperties(this, {\n formData: { enumerable: true },\n loader: { enumerable: true, writable: true },\n });\n }\n}\n\n/*\n * TransitionBeforeSwapEvent\n */\nexport const isTransitionBeforeSwapEvent = (value: any): value is TransitionBeforeSwapEvent =>\n typeof value === \"object\" && value !== null && value.type === TRANSITION_BEFORE_SWAP;\nexport class TransitionBeforeSwapEvent extends BeforeEvent {\n override readonly direction: Direction | string;\n readonly viewTransition: ViewTransition;\n swap: () => void;\n\n constructor(afterPreparation: BeforeEvent, viewTransition: ViewTransition) {\n super(\n TRANSITION_BEFORE_SWAP,\n undefined,\n afterPreparation.from,\n afterPreparation.to,\n afterPreparation.direction,\n afterPreparation.navigationType,\n afterPreparation.sourceElement,\n afterPreparation.info,\n afterPreparation.newDocument,\n afterPreparation.signal,\n );\n this.direction = afterPreparation.direction;\n this.viewTransition = viewTransition;\n this.swap = () => swap(this.newDocument);\n\n Object.defineProperties(this, {\n direction: { enumerable: true },\n viewTransition: { enumerable: true },\n swap: { enumerable: true, writable: true },\n });\n }\n}\n\nexport async function doPreparation(\n from: URL,\n to: URL,\n direction: Direction | string,\n navigationType: NavigationTypeString,\n sourceElement: Element | undefined,\n info: any,\n signal: AbortSignal,\n formData: FormData | undefined,\n defaultLoader: (event: TransitionBeforePreparationEvent) => Promise<void>,\n) {\n const event = new TransitionBeforePreparationEvent(\n from,\n to,\n direction,\n navigationType,\n sourceElement,\n info,\n window.document,\n signal,\n formData,\n defaultLoader,\n );\n if (document.dispatchEvent(event)) {\n await event.loader();\n if (!event.defaultPrevented) {\n triggerEvent(\"zfb:after-preparation\");\n if (event.navigationType !== \"traverse\") {\n // save the current scroll position before we change the DOM and transition to the new page\n updateScrollPosition({ scrollX, scrollY });\n }\n }\n }\n return event;\n}\n\n// only update history entries that are managed by us\n// leave other entries alone and do not accidentally add state.\nexport const updateScrollPosition = (positions: { scrollX: number; scrollY: number }) => {\n if (history.state) {\n history.scrollRestoration = \"manual\";\n safeReplaceState({ ...history.state, ...positions }, \"\");\n }\n};\n\nexport async function doSwap(\n afterPreparation: BeforeEvent,\n viewTransition: ViewTransition,\n afterDispatch?: () => Promise<void>,\n beforeSwap?: (event: TransitionBeforeSwapEvent) => void,\n) {\n const event = new TransitionBeforeSwapEvent(afterPreparation, viewTransition);\n document.dispatchEvent(event);\n if (afterDispatch) {\n await afterDispatch();\n }\n if (event.signal.aborted) {\n return { swapped: false as const, event };\n }\n // This callback and event.swap() deliberately form one synchronous commit\n // section. Once teardown starts, the navigation must finish even if an\n // observer aborts its signal from inside an overridden swap().\n beforeSwap?.(event);\n event.swap();\n return { swapped: true as const, event };\n}\n"]}
@@ -56,8 +56,8 @@ import { safePushState, safeReplaceState } from "./history-safe.js";
56
56
  import { detectScriptExecuted } from "./swap-functions.js";
57
57
  // Island re-bootstrap and deferred-cancel after body swap (W1B §12.2, §12.5).
58
58
  // mountNewIslands() is called after runScripts() and before onPageLoad().
59
- // cancelPendingIslands() is called before doSwap() so deferred callbacks
60
- // (rIC/IntersectionObserver) do not fire against orphan elements.
59
+ // cancelPendingIslands() and unmountIslands() run inside doSwap()'s synchronous
60
+ // commit section so deferred callbacks cannot fire against orphan elements.
61
61
  import { cancelPendingIslands, mountNewIslands, unmountIslands } from "@takazudo/zfb/runtime";
62
62
  // Adapter-specific internal fetch headers. zfb adapters do not currently expose this
63
63
  // contract — the empty object preserves the call-shape so the loop in fetchHTML is a
@@ -460,7 +460,7 @@ function preloadStyleLinks(newDocument) {
460
460
  // if !popstate, update the history entry and scroll position according to toLocation
461
461
  // if popState is given, this holds the scroll position for history navigation
462
462
  // if fallback === "animate" then simulate view transitions
463
- async function updateDOM(preparationEvent, options, currentTransition, historyState, fallback,
463
+ async function updateDOM(preparationEvent, options, currentNavigation, currentTransition, historyState, fallback,
464
464
  // Forwarded to moveToLocation() — see its parameter doc. #1398.
465
465
  historyCommittedEarly = false) {
466
466
  async function animate(phase) {
@@ -493,40 +493,71 @@ historyCommittedEarly = false) {
493
493
  }
494
494
  }
495
495
  };
496
+ const finishAbortedUpdate = () => {
497
+ notifyNavigationAborted(currentNavigation);
498
+ // Simulation owns its `finished` promise explicitly. Resolve it on the
499
+ // no-swap path so transition cleanup still runs.
500
+ currentTransition.viewTransitionFinished?.();
501
+ return "aborted";
502
+ };
503
+ // A newer navigation or popstate may have won after preparation/history
504
+ // commit but before the update callback started.
505
+ if (preparationEvent.signal.aborted)
506
+ return finishAbortedUpdate();
496
507
  const pageTitleForBrowserHistory = document.title; // document.title will be overridden by swap()
497
- // Cancel deferred-hydration callbacks for old-body islands before the swap
498
- // so rIC / IntersectionObserver fires do not run against orphan elements.
499
- // Called before doSwap() which dispatches `zfb:before-swap` then mutates the DOM.
500
- cancelPendingIslands();
501
- // Unmount mounted islands on the OLD body before the swap so Preact/React
502
- // trees receive render(null, element) / root.unmount() and their useEffect
503
- // cleanups fire. Must happen after cancelPendingIslands() and before doSwap()
504
- // so document.body still points to the old body.
505
- //
506
- // Pass the incoming body so unmountIslands can SKIP islands that swapBodyElement
507
- // will lift into the new body (a persisted marker matched on both sides). Those
508
- // nodes are physically moved, not discarded, so their component instance and
509
- // state must survive the swap — unmounting them here would empty the container
510
- // before the lift and defeat data-zfb-transition-persist entirely (issue #1389).
511
- unmountIslands(document.body, preparationEvent.newDocument.body);
512
- const swapEvent = await doSwap(preparationEvent, currentTransition.viewTransition, animateFallbackOld);
508
+ const swapResult = await doSwap(preparationEvent, currentTransition.viewTransition, animateFallbackOld, () => {
509
+ // Teardown and swap are a synchronous point-of-no-return. doSwap checks
510
+ // the signal after the animation await and invokes this callback only for
511
+ // a navigation that still owns the commit.
512
+ currentNavigation.domCommitStarted = true;
513
+ cancelPendingIslands();
514
+ // Unmount mounted islands on the OLD body before the swap so Preact/React
515
+ // trees receive render(null, element) / root.unmount() and their useEffect
516
+ // cleanups fire. Pass the incoming body so persisted islands are kept.
517
+ unmountIslands(document.body, preparationEvent.newDocument.body);
518
+ });
519
+ if (!swapResult.swapped)
520
+ return finishAbortedUpdate();
521
+ const swapEvent = swapResult.event;
513
522
  moveToLocation(swapEvent.to, swapEvent.from, options, pageTitleForBrowserHistory, historyState, historyCommittedEarly);
514
523
  triggerEvent("zfb:after-swap");
515
524
  // Resolve the finished promise of the simulation's ViewTransition.
516
525
  // For 'animate', wait for the new-page animation to complete first.
517
526
  // For other fallback modes (e.g. 'swap'), resolve immediately — no animation needed.
518
- if (fallback === "animate" && !currentTransition.transitionSkipped && !swapEvent.signal.aborted) {
527
+ if (fallback === "animate" && !currentTransition.transitionSkipped) {
519
528
  animate("new").finally(() => currentTransition.viewTransitionFinished());
520
529
  }
521
530
  else {
522
531
  currentTransition.viewTransitionFinished?.();
523
532
  }
533
+ return "swapped";
534
+ }
535
+ function notifyNavigationAborted(navigation) {
536
+ // From island teardown onward the navigation is committed and must finish,
537
+ // even if an overridden event.swap() synchronously starts a newer one.
538
+ if (navigation.domCommitStarted || navigation.abortEventEmitted)
539
+ return;
540
+ navigation.abortEventEmitted = true;
541
+ triggerEvent("zfb:navigation-aborted");
524
542
  }
525
543
  function abortAndRecreateMostRecentNavigation() {
526
- mostRecentNavigation?.controller.abort();
527
- return (mostRecentNavigation = {
544
+ const previousNavigation = mostRecentNavigation;
545
+ const nextNavigation = {
528
546
  controller: new AbortController(),
529
- });
547
+ domCommitStarted: false,
548
+ abortEventEmitted: false,
549
+ };
550
+ // Install the new owner before abort/event dispatch. Either operation can
551
+ // synchronously re-enter navigate(); that newer call must remain the winner.
552
+ mostRecentNavigation = nextNavigation;
553
+ if (previousNavigation) {
554
+ previousNavigation.controller.abort();
555
+ // Native View Transitions may settle updateCallbackDone without ever
556
+ // invoking the skipped update callback. Emit here so updateDOM is not the
557
+ // only observer of a real pre-commit abort.
558
+ notifyNavigationAborted(previousNavigation);
559
+ }
560
+ return nextNavigation;
530
561
  }
531
562
  async function transition(direction, from, to, options, historyState, hasUAVisualTransition = false) {
532
563
  // The most recent navigation always has precedence
@@ -535,6 +566,10 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
535
566
  // e.g. by calling navigate() from a transition event.
536
567
  // Invariant: all but the most recent navigation are already aborted.
537
568
  const currentNavigation = abortAndRecreateMostRecentNavigation();
569
+ // Emitting the previous navigation's abort event is synchronous. A listener
570
+ // may have started an even newer navigation before this call resumes.
571
+ if (currentNavigation.controller.signal.aborted)
572
+ return;
538
573
  // not ours
539
574
  if (!transitionEnabledOnThisPage() || location.origin !== to.origin) {
540
575
  if (currentNavigation === mostRecentNavigation)
@@ -567,7 +602,7 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
567
602
  if (prepEvent.defaultPrevented || prepEvent.signal.aborted) {
568
603
  if (currentNavigation === mostRecentNavigation)
569
604
  mostRecentNavigation = undefined;
570
- triggerEvent("zfb:navigation-aborted");
605
+ notifyNavigationAborted(currentNavigation);
571
606
  if (!prepEvent.signal.aborted) {
572
607
  // not aborted -> delegate to browser
573
608
  location.href = to.href;
@@ -671,6 +706,7 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
671
706
  if (prepEvent.signal.aborted) {
672
707
  if (currentNavigation === mostRecentNavigation)
673
708
  mostRecentNavigation = undefined;
709
+ notifyNavigationAborted(currentNavigation);
674
710
  return;
675
711
  }
676
712
  document.documentElement.setAttribute(DIRECTION_ATTR, prepEvent.direction);
@@ -722,10 +758,13 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
722
758
  safePushState({ ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 }, "", prepEvent.to.href);
723
759
  }
724
760
  }
761
+ let domUpdateOutcome;
725
762
  if (supportsViewTransitions && !hasUAVisualTransition) {
726
763
  // This automatically cancels any previous transition
727
764
  // We also already took care that the earlier update callback got through
728
- currentTransition.viewTransition = document.startViewTransition(async () => await updateDOM(prepEvent, options, currentTransition, historyState, undefined, historyCommittedEarly));
765
+ currentTransition.viewTransition = document.startViewTransition(async () => {
766
+ domUpdateOutcome = await updateDOM(prepEvent, options, currentNavigation, currentTransition, historyState, undefined, historyCommittedEarly);
767
+ });
729
768
  }
730
769
  else {
731
770
  // Simulation mode requires a bit more manual work.
@@ -735,7 +774,7 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
735
774
  const updateDone = (async () => {
736
775
  // Immediately paused to set up the ViewTransition object for Fallback mode
737
776
  await Promise.resolve(); // hop through the micro task queue
738
- await updateDOM(prepEvent, options, currentTransition, historyState, hasUAVisualTransition ? "swap" : getFallback(), historyCommittedEarly);
777
+ domUpdateOutcome = await updateDOM(prepEvent, options, currentNavigation, currentTransition, historyState, hasUAVisualTransition ? "swap" : getFallback(), historyCommittedEarly);
739
778
  return undefined;
740
779
  })();
741
780
  // When the updateDone promise is settled,
@@ -766,6 +805,8 @@ async function transition(direction, from, to, options, historyState, hasUAVisua
766
805
  // In earlier versions was then'ed on viewTransition.ready which would not execute
767
806
  // if the visual part of the transition has errors or was skipped
768
807
  currentTransition.viewTransition?.updateCallbackDone.finally(async () => {
808
+ if (domUpdateOutcome !== "swapped")
809
+ return;
769
810
  await runScripts();
770
811
  // Mount new island markers introduced by the body swap. Fire-and-forget;
771
812
  // each island's scheduleHydrate call is async (idle / visible). Called after
@@ -1 +1 @@
1
- {"version":3,"file":"router.js","sourceRoot":"","sources":["../../src/client-router/router.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\n/// <reference lib=\"dom.iterable\" />\n// Ported from Astro transitions/router.ts (transition orchestration half).\n// Source: https://raw.githubusercontent.com/withastro/astro/main/packages/astro/src/transitions/router.ts\n// Issue: zudolab/zudo-doc#1516 (W3C1), parent epic zudolab/zudo-doc#1510.\n//\n// Mechanical renames per W1B §13.5:\n// astro:* event names → zfb:*\n// data-astro-* attributes → data-zfb-*\n// astro-view-transitions-* → zfb-view-transitions-*\n// .astro-route-announcer → .zfb-route-announcer\n// dataset.astroExec → dataset.zfbExec\n// dataset.astroHistory → dataset.zfbHistory\n// dataset.astroRerun → dataset.zfbRerun\n//\n// Named-cause deviations:\n// - `internalFetchHeaders` import dropped; replaced with `{}` (W1B §13.5 — zfb adapters\n// do not currently expose a per-fetch internal-headers contract).\n// - `prepareForClientOnlyComponents` dropped entirely (W1B §13.5 / W3C2 — DEV-only\n// iframe trick that compensates for Vite per-component CSS injection on hydrate;\n// not applicable to zfb islands which inject CSS via the bundle).\n// - `import.meta.env.SSR` access uses `(import.meta as any).env?.SSR` (no Vite\n// ambient types in zfb-runtime tsconfig — same workaround used in W3B).\n// - `inBrowser` evaluates to `typeof document !== \"undefined\"` rather than relying\n// on the SSR flag, because the runtime package serves both server- and client-side\n// code; same observable behavior in browser and on SSR.\n// - `announce()` was a TODO stub at W1B port time; W3C3 implemented it and #1063 gave\n// its 60ms timer explicit lifecycle ownership — see the route-announcer block below.\n//\n// W3C2 additions (this file):\n// - `navigate()` public entry.\n// - `onPopState`, `onScrollEnd`.\n// - Seeding `currentHistoryIndex` from `history.state`, registering popstate /\n// load / scrollend listeners, and marking already-executed scripts with\n// `dataset[\"zfbExec\"] = \"\"`. W3C2 did all of this in two bare top-level\n// `if (inBrowser)` blocks; #2436 folded both into `init()` (see the two\n// once-guards there) so evaluating this module has no side effect at all.\n//\n// W3C1 items deferred to — and since implemented in — W3C3:\n// - `announce()` route-announcer implementation (see the route-announcer block below;\n// timer lifecycle ownership hardened in #1063).\n// - Click + form intercept (see `handleClick` / `handleSubmit` / `init()` below).\n//\n// zfb-only additions (no Astro upstream — #1076):\n// - `onPageShow` pageshow/bfcache re-sync, registered inside the init block alongside\n// popstate/load/scrollend. Verified against live Astro `main`: neither\n// `transitions/router.ts` nor `ClientRouter.astro` has any pageshow/`persisted`\n// handler, so this is original design, not a port. WebKit serves Back after an SPA\n// route change from the bfcache without re-evaluating this module, desyncing the\n// tracked `currentHistoryIndex` from the live history stack; `onPageShow` re-seeds it\n// (and restores scroll) on a persisted restore — see the `onPageShow` block below.\n// - `derivePopDirection` hardens the popstate forward/back calc against an unchanged or\n// missing/NaN `state.index` that a bfcache restore can leave behind (#1076).\n\nimport {\n doPreparation,\n doSwap,\n onPageLoad,\n triggerEvent,\n updateScrollPosition,\n type TransitionBeforePreparationEvent,\n} from \"./events.js\";\nimport { safePushState, safeReplaceState } from \"./history-safe.js\";\nimport { detectScriptExecuted } from \"./swap-functions.js\";\nimport type { Direction, Fallback, Options, SyncHistoryEntryOptions } from \"./types.js\";\n// Island re-bootstrap and deferred-cancel after body swap (W1B §12.2, §12.5).\n// mountNewIslands() is called after runScripts() and before onPageLoad().\n// cancelPendingIslands() is called before doSwap() so deferred callbacks\n// (rIC/IntersectionObserver) do not fire against orphan elements.\nimport { cancelPendingIslands, mountNewIslands, unmountIslands } from \"@takazudo/zfb/runtime\";\n\ntype State = {\n index: number;\n scrollX: number;\n scrollY: number;\n};\ntype Navigation = { controller: AbortController };\ntype Transition = {\n // The view transitions object (API and simulation)\n viewTransition?: ViewTransition;\n // Simulation: Whether transition was skipped\n transitionSkipped: boolean;\n // Simulation: The resolve function of the finished promise\n viewTransitionFinished?: () => void;\n};\n\n// Adapter-specific internal fetch headers. zfb adapters do not currently expose this\n// contract — the empty object preserves the call-shape so the loop in fetchHTML is a\n// no-op until/unless an adapter wires this up.\nconst internalFetchHeaders: Record<string, string> = {};\n\n// Detect browser context. Astro uses `import.meta.env.SSR === false` (Vite-injected).\n// The zfb-runtime tsconfig has no Vite ambient types; checking for `document` is\n// behaviorally identical and avoids a Vite type dependency.\nconst inBrowser = typeof document !== \"undefined\";\n\nexport const supportsViewTransitions = inBrowser && !!document.startViewTransition;\n\nexport const transitionEnabledOnThisPage = () =>\n inBrowser && !!document.querySelector('[name=\"zfb-view-transitions-enabled\"]');\n\n// A same-page Back/Forward traversal (two history entries sharing pathname +\n// search) is served from the live DOM by the fast-path in transition() — no\n// re-fetch, no re-swap, no lifecycle events. A per-request SSR page\n// (`prerender = false`) whose server output can differ between two visits to\n// the SAME url opts back INTO the fetch by emitting\n// <meta name=\"zfb-traverse-refetch\" content=\"true\"> (via <ClientRouter\n// traverseRefetch />); skipping the fetch on such a page would pin the stale\n// first-render content. Read from the CURRENT document — for a same-page\n// traverse the current document IS the target page. Mirrors the\n// zfb-prefetch-disabled meta reader. (#1376)\nconst traverseRefetchOptedOut = () =>\n inBrowser && !!document.querySelector('meta[name=\"zfb-traverse-refetch\"][content=\"true\"]');\n\nconst samePage = (thisLocation: URL, otherLocation: URL) =>\n thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search;\n\n// The previous navigation that might still be in processing\nlet mostRecentNavigation: Navigation | undefined;\n// The previous transition that might still be in processing\nlet mostRecentTransition: Transition | undefined;\n// When we traverse the history, the window.location is already set to the new location.\n// This variable tells us where we came from\nlet originalLocation: URL;\n\n// Route announcer — ported from Astro's announce(). Each navigation appends a fresh\n// aria-live <div> (after removing any prior announcer, so exactly one ever exists) and\n// writes the new page title into it 60ms later, so screen readers announce the new page.\n//\n// zfb deviation from Astro / design decision for #1063 (timer lifecycle ownership):\n// - The 60ms timer id is stored and cleared when a newer navigation supersedes a\n// still-pending announcement, so a superseded page's title is never written to a\n// now-detached announcer. (Astro leaves the timer fire-and-forget.)\n// - The previous announcer is removed before a new one is appended, so they never\n// accumulate. We deliberately do NOT *reuse* one element across navigations (which\n// #1063 floated): a reused live region is detached and re-inserted into the a11y\n// tree on every body swap, and a repeated title would be a no-op text write — both\n// make re-announcement unreliable across screen readers. Creating a fresh empty\n// element and writing text 60ms later is Astro's proven, reliable announce trigger.\n//\n// The 60ms delay is Astro's magic number: screen readers need to see the element change\n// and may miss it if it happens too quickly.\nlet announceTimer: number | undefined;\n\nconst announce = () => {\n // A newer navigation supersedes any still-pending announcement: cancel the old\n // timer so it can't write a now-stale title after this navigation's swap.\n if (announceTimer !== undefined) window.clearTimeout(announceTimer);\n\n // Keep exactly one announcer: drop any leftover from a prior navigation that the\n // body swap did not already detach.\n document.querySelector(\".zfb-route-announcer\")?.remove();\n const div = document.createElement(\"div\");\n div.setAttribute(\"aria-live\", \"assertive\");\n div.setAttribute(\"aria-atomic\", \"true\");\n div.className = \"zfb-route-announcer\";\n document.body.append(div);\n\n announceTimer = window.setTimeout(() => {\n announceTimer = undefined;\n // This timer can outlive its document context — a test-env teardown\n // (vitest/happy-dom) or a real page unload removes `document` (and\n // `location`) before the 60ms elapses. `typeof` is safe even when the\n // global is gone, so bail out instead of throwing an unhandled\n // ReferenceError (#1061); the announcement is moot once the page is gone.\n // Both globals the callback dereferences are checked, not just `document`.\n if (typeof document === \"undefined\" || typeof location === \"undefined\") return;\n const title = document.title || document.querySelector(\"h1\")?.textContent || location.pathname;\n div.textContent = title;\n }, 60);\n};\n\nconst PERSIST_ATTR = \"data-zfb-transition-persist\";\n\nconst attrValueSelector = (attr: string, value: string): string =>\n value === \"\" ? `[${attr}=\"\"]` : `[${attr}=${CSS.escape(value)}]`;\n\nconst querySelectorWithAttrValue = (\n root: ParentNode,\n selectorPrefix: string,\n attr: string,\n value: string,\n): Element | null => {\n const escapedMatch = root.querySelector(`${selectorPrefix}${attrValueSelector(attr, value)}`);\n if (escapedMatch) return escapedMatch;\n return (\n Array.from(root.querySelectorAll(`${selectorPrefix}[${attr}]`)).find(\n (el) => el.getAttribute(attr) === value,\n ) ?? null\n );\n};\nconst DIRECTION_ATTR = \"data-zfb-transition\";\nconst OLD_NEW_ATTR = \"data-zfb-transition-fallback\";\n\nlet parser: DOMParser;\n\n// The History API does not tell you if navigation is forward or back, so\n// you can figure it using an index. On pushState the index is incremented so you\n// can use that to determine popstate if going forward or back.\nlet currentHistoryIndex = 0;\n\n// Once-guard for the navigation bookkeeping below. `init()` sets it too, so a\n// later ensureNavigationState() can never clobber the activation-time seed.\nlet navigationStateSeeded = false;\n\n/**\n * Seed the module's navigation bookkeeping — `originalLocation` (declared\n * without an initializer) and the tracked history index — from the live\n * document, once.\n *\n * Deliberately side-effect free beyond those two variables: it registers no\n * listener, writes no history entry, never scrolls, and never marks scripts.\n * All of that belongs to {@link init}. Its only job is to keep an init-less\n * `navigate()` / `syncHistoryEntry()` from reading `undefined` or stamping a\n * fresh entry with the module default index — using the router without\n * activating it is documented as unsupported, but it must not throw and must\n * not mis-stamp. An existing finite `history.state.index` is ADOPTED, never\n * reset: on a page whose entry is already index 7, the next push must be 8. (#2436)\n */\nfunction ensureNavigationState(): void {\n if (navigationStateSeeded || !inBrowser) return;\n navigationStateSeeded = true;\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) currentHistoryIndex = index;\n}\n\n// returns the contents of the page or null if the router can't deal with it.\nasync function fetchHTML(\n href: string,\n init?: RequestInit,\n): Promise<null | { html: string; redirected?: string; mediaType: DOMParserSupportedType }> {\n try {\n // Apply adapter-specific headers for internal fetches\n const headers = new Headers(init?.headers);\n for (const [key, value] of Object.entries(internalFetchHeaders) as [string, string][]) {\n headers.set(key, value);\n }\n const res = await fetch(href, { ...init, headers });\n const contentType = res.headers.get(\"content-type\") ?? \"\";\n // drop potential charset (+ other name/value pairs) as parser needs the mediaType\n const mediaType = contentType.split(\";\", 1)[0]!.trim();\n // the DOMParser can handle two types of HTML\n if (mediaType !== \"text/html\" && mediaType !== \"application/xhtml+xml\") {\n // everything else (e.g. audio/mp3) will be handled by the browser but not by us\n return null;\n }\n const html = await res.text();\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to a `redirected?: string`\n // slot, so omit the property when not redirected instead of setting it to undefined.\n return res.redirected ? { html, redirected: res.url, mediaType } : { html, mediaType };\n } catch {\n // can't fetch, let someone else deal with it.\n return null;\n }\n}\n\nexport function getFallback(): Fallback {\n const el = document.querySelector('[name=\"zfb-view-transitions-fallback\"]');\n if (el) {\n // Astro casts `content` straight to Fallback; harden against an arbitrary/typo'd\n // attribute value by validating against the known set and defaulting to \"animate\".\n const content = el.getAttribute(\"content\");\n if (content === \"none\" || content === \"animate\" || content === \"swap\") {\n return content;\n }\n }\n return \"animate\";\n}\n\n// Upper bound (ms) for waiting on a single external <script>'s load/error in\n// runScripts(). Not an Astro upstream value — added so a slow/broken external\n// script can never hang the transition indefinitely.\nconst EXTERNAL_SCRIPT_WAIT_TIMEOUT = 5000;\n\nfunction runScripts() {\n let wait = Promise.resolve();\n let needsWaitForInlineModuleScript = false;\n // The original code made the assumption that all inline scripts are directly executed when inserted into the DOM.\n // This is not true for inline module scripts, which are deferred but still executed in order.\n // inline module scripts cannot be awaited for with onload.\n // Thus to be able to wait for the execution of all scripts, we make sure that the last inline module script\n // is always followed by an external module script\n for (const script of document.getElementsByTagName(\"script\")) {\n script.dataset[\"zfbExec\"] === undefined &&\n script.getAttribute(\"type\") === \"module\" &&\n (needsWaitForInlineModuleScript = script.getAttribute(\"src\") === null);\n }\n needsWaitForInlineModuleScript &&\n document.body.insertAdjacentHTML(\n \"beforeend\",\n `<script type=\"module\" src=\"data:application/javascript,\"/>`,\n );\n\n for (const script of document.getElementsByTagName(\"script\")) {\n if (script.dataset[\"zfbExec\"] === \"\") continue;\n const type = script.getAttribute(\"type\");\n if (type && type !== \"module\" && type !== \"text/javascript\") continue;\n const newScript = document.createElement(\"script\");\n newScript.innerHTML = script.innerHTML;\n for (const attr of script.attributes) {\n if (attr.name === \"src\") {\n // Astro awaits onload/onerror with no upper bound; a slow or broken\n // external <script> would then hang the whole transition. Race the\n // load against a timeout so the transition can always proceed.\n const p = new Promise<void>((r) => {\n let timer: ReturnType<typeof setTimeout>;\n const done = () => {\n clearTimeout(timer);\n r();\n };\n newScript.onload = newScript.onerror = done;\n timer = setTimeout(done, EXTERNAL_SCRIPT_WAIT_TIMEOUT);\n });\n wait = wait.then(() => p as any);\n }\n newScript.setAttribute(attr.name, attr.value);\n }\n newScript.dataset[\"zfbExec\"] = \"\";\n script.replaceWith(newScript);\n }\n return wait;\n}\n\n// Add a new entry to the browser history. This also sets the new page in the browser address bar.\n// Sets the scroll position according to the hash fragment of the new location.\nconst moveToLocation = (\n to: URL,\n from: URL,\n options: Options,\n pageTitleForBrowserHistory: string,\n historyState?: State,\n // True when transition() already committed a history entry for THIS\n // navigation before the swap ran (the WebKit-workaround early commit\n // below). `to` here may differ from that committed entry's URL if a\n // `zfb:before-swap` listener mutated `event.to` (writable per Astro\n // parity) after the early commit already ran — in that case we must\n // REPLACE the already-committed entry instead of pushing a second one, or\n // a single navigation would leave two history entries (a phantom Back\n // stop). #1398.\n historyCommittedEarly = false,\n) => {\n const intraPage = samePage(from, to);\n\n const targetPageTitle = document.title;\n document.title = pageTitleForBrowserHistory;\n\n let scrolledToTop = false;\n if (to.href !== location.href && !historyState) {\n if (options.history === \"replace\" || historyCommittedEarly) {\n // Astro reads current.index/scrollX/scrollY directly; `history.state` can be\n // null (page entered without a transition state), which would throw a\n // TypeError. Fall back to a synthesized state from the tracked index/scroll.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n safeReplaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n to.href,\n );\n }\n }\n document.title = targetPageTitle;\n // now we are on the new page for non-history navigation!\n // (with history navigation page change happens before popstate is fired)\n originalLocation = to;\n\n // freshly loaded pages start from the top\n if (!intraPage) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n scrolledToTop = true;\n }\n\n if (historyState) {\n // Raw-History consumers may push partial/empty state (`{}`), so the tracked\n // scroll fields can be absent or non-finite. Never scrollTo(undefined, …) —\n // leave scroll where it is rather than jumping to (0,0). #1376.\n if (Number.isFinite(historyState.scrollX) && Number.isFinite(historyState.scrollY)) {\n scrollTo(historyState.scrollX, historyState.scrollY);\n }\n } else {\n if (to.hash) {\n // because we are already on the target page ...\n // ... what comes next is an intra-page navigation\n // that won't reload the page but instead scroll to the fragment\n history.scrollRestoration = \"auto\";\n const savedState = history.state;\n location.href = to.href; // this kills the history state on Firefox\n if (!history.state) {\n safeReplaceState(savedState, \"\"); // this restores the history state\n if (intraPage) {\n window.dispatchEvent(new PopStateEvent(\"popstate\"));\n }\n }\n } else {\n if (!scrolledToTop) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n }\n }\n history.scrollRestoration = \"manual\";\n }\n};\n\nlet syncHistoryEntryOnServerWarned = false;\n\n/**\n * Write a router-managed history entry (push or replace) WITHOUT any\n * navigation, DOM, or lifecycle side effect. This is the supported path for\n * consumers deep-linking transient UI state (dialogs/modals, a photo\n * viewer's `/photos/<slug>/` URL). Hand-rolled raw `history.pushState`\n * desyncs `originalLocation` and the index bookkeeping that popstate\n * direction detection ({@link derivePopDirection}) and the same-page\n * traverse fast-path depend on; `navigate()` can't be used instead because\n * it forces a fetch. See #1377 / #1374.\n *\n * Never scrolls the viewport itself — but the entry it writes IS stamped\n * with the CURRENT scroll position (`scrollX`/`scrollY` at call time), not\n * `(0, 0)` (issue #1398). This matters only for a later Forward-traversal\n * back to this entry: the same-page traverse fast-path restores whatever\n * scroll position was stamped on the entry, so a same-page push (e.g.\n * opening a dialog) does not snap the underlying page to the top when the\n * dialog is later reopened via Forward.\n *\n * @param url - The URL to write. Cross-origin URLs throw rather than\n * silently falling back to a full-page load.\n * @param options.replace - Use `history.replaceState` instead of\n * `history.pushState` (no new Back-button entry). Default: push.\n * @param options.state - Merged into the entry's `history.state`; the\n * router's own bookkeeping keys (`index`, `scrollX`, `scrollY`) always win\n * on a colliding key.\n */\nexport function syncHistoryEntry(url: string | URL, options: SyncHistoryEntryOptions = {}): void {\n // SSR guard: no window/history to touch. Mirror navigate()'s server no-op +\n // one-time console warning. Checked at call time via `typeof document` (not the\n // module-eval `inBrowser` const) so the branch is reachable and behavior is\n // identical in a real environment (document is always present in a browser).\n if (typeof document === \"undefined\") {\n if (!syncHistoryEntryOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"syncHistoryEntry() was called during a server side render. This may be unintentional as it is expected to be called in response to a client-side user interaction. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n syncHistoryEntryOnServerWarned = true;\n }\n return;\n }\n\n // Adopt this page's existing history index before stamping an entry — an\n // init-less caller must not reset a live entry's index to the module default.\n ensureNavigationState();\n\n const to = new URL(url, location.href);\n\n // Cross-origin is not ours to manage. The History API would throw a native\n // SecurityError for a cross-origin URL, but we guard explicitly so the failure\n // is a clear, documented contract violation rather than an opaque platform\n // error — and never a silent full-page load. #1377.\n if (to.origin !== location.origin) {\n throw new Error(\n `syncHistoryEntry(): refusing to write a cross-origin history entry for \"${to.href}\" (current origin: ${location.origin}).`,\n );\n }\n\n if (options.replace) {\n // Replace keeps the current entry's index. A consumer migrating from raw\n // history.pushState may have left a missing/invalid index, so fall back to\n // the tracked index rather than stamping NaN/undefined.\n const current = history.state;\n const index =\n current != null && Number.isFinite(current.index) ? current.index : currentHistoryIndex;\n safeReplaceState(\n {\n ...options.state,\n index,\n scrollX: Number.isFinite(current?.scrollX) ? current.scrollX : scrollX,\n scrollY: Number.isFinite(current?.scrollY) ? current.scrollY : scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n // Persist the CURRENT (outgoing) entry's latest scroll before pushing, so a\n // later Back restoration can't lose scroll that `scrollend` hasn't flushed\n // yet — the same guard transition() applies before a non-traverse push.\n updateScrollPosition({ scrollX, scrollY });\n // Stamp the CURRENT scroll on the freshly-pushed entry too — NOT (0,0).\n // This is a same-page push (dialog/photo-viewer pattern): the underlying\n // page never actually scrolled anywhere, it just gained an overlay. A\n // (0,0)-stamped entry would make the traverse fast-path (moveToLocation's\n // historyState branch below) scrollTo(0,0) when this entry is later\n // Forward-reopened, snapping the page to the top under the reopened\n // dialog. #1398.\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX, scrollY },\n \"\",\n to.href,\n );\n }\n\n // Always re-point originalLocation so the next transition()/onPopState uses the\n // correct \"from\" URL. Skipping this is exactly what makes a raw pushState\n // desync the router (a same-page Back would miss the traverse fast path).\n originalLocation = to;\n}\n\nfunction preloadStyleLinks(newDocument: Document) {\n const links: Promise<any>[] = [];\n for (const el of newDocument.querySelectorAll(\"head link[rel=stylesheet]\")) {\n const persistId = el.getAttribute(PERSIST_ATTR);\n const href = el.getAttribute(\"href\");\n const existingSelectors = [\n persistId !== null ? attrValueSelector(PERSIST_ATTR, persistId) : null,\n href !== null ? `link[rel=stylesheet]${attrValueSelector(\"href\", href)}` : null,\n ].filter((selector): selector is string => selector !== null);\n const existingLink =\n (existingSelectors.length ? document.querySelector(existingSelectors.join(\", \")) : null) ??\n (persistId !== null\n ? querySelectorWithAttrValue(document, \"\", PERSIST_ATTR, persistId)\n : null) ??\n (href !== null\n ? querySelectorWithAttrValue(document, \"link[rel=stylesheet]\", \"href\", href)\n : null);\n\n // Do not preload links that are already on the page.\n if (href !== null && !existingLink) {\n const c = document.createElement(\"link\");\n c.setAttribute(\"rel\", \"preload\");\n c.setAttribute(\"as\", \"style\");\n c.setAttribute(\"href\", href);\n links.push(\n new Promise<any>((resolve) => {\n [\"load\", \"error\"].forEach((evName) => c.addEventListener(evName, resolve));\n document.head.append(c);\n }),\n );\n }\n }\n return links;\n}\n\n// replace head and body of the windows document with contents from newDocument\n// if !popstate, update the history entry and scroll position according to toLocation\n// if popState is given, this holds the scroll position for history navigation\n// if fallback === \"animate\" then simulate view transitions\nasync function updateDOM(\n preparationEvent: TransitionBeforePreparationEvent,\n options: Options,\n currentTransition: Transition,\n historyState?: State,\n fallback?: Fallback,\n // Forwarded to moveToLocation() — see its parameter doc. #1398.\n historyCommittedEarly = false,\n) {\n async function animate(phase: string) {\n function isInfinite(animation: Animation) {\n const effect = animation.effect;\n if (!effect || !(effect instanceof KeyframeEffect) || !effect.target) return false;\n const style = window.getComputedStyle(effect.target, effect.pseudoElement);\n return style.animationIterationCount === \"infinite\";\n }\n const currentAnimations = document.getAnimations();\n // Trigger view transition animations waiting for data-zfb-transition-fallback\n document.documentElement.setAttribute(OLD_NEW_ATTR, phase);\n const nextAnimations = document.getAnimations();\n const newAnimations = nextAnimations.filter(\n (a) => !currentAnimations.includes(a) && !isInfinite(a),\n );\n // Wait for all new animations to finish (resolved or rejected).\n // Do not reject on canceled ones.\n return Promise.allSettled(newAnimations.map((a) => a.finished));\n }\n\n const animateFallbackOld = async () => {\n if (\n fallback === \"animate\" &&\n !currentTransition.transitionSkipped &&\n !preparationEvent.signal.aborted\n ) {\n try {\n await animate(\"old\");\n } catch {\n // animate might reject as a consequence of a call to skipTransition()\n // ignored on purpose\n }\n }\n };\n\n const pageTitleForBrowserHistory = document.title; // document.title will be overridden by swap()\n // Cancel deferred-hydration callbacks for old-body islands before the swap\n // so rIC / IntersectionObserver fires do not run against orphan elements.\n // Called before doSwap() which dispatches `zfb:before-swap` then mutates the DOM.\n cancelPendingIslands();\n // Unmount mounted islands on the OLD body before the swap so Preact/React\n // trees receive render(null, element) / root.unmount() and their useEffect\n // cleanups fire. Must happen after cancelPendingIslands() and before doSwap()\n // so document.body still points to the old body.\n //\n // Pass the incoming body so unmountIslands can SKIP islands that swapBodyElement\n // will lift into the new body (a persisted marker matched on both sides). Those\n // nodes are physically moved, not discarded, so their component instance and\n // state must survive the swap — unmounting them here would empty the container\n // before the lift and defeat data-zfb-transition-persist entirely (issue #1389).\n unmountIslands(document.body, preparationEvent.newDocument.body);\n const swapEvent = await doSwap(\n preparationEvent,\n currentTransition.viewTransition!,\n animateFallbackOld,\n );\n moveToLocation(\n swapEvent.to,\n swapEvent.from,\n options,\n pageTitleForBrowserHistory,\n historyState,\n historyCommittedEarly,\n );\n triggerEvent(\"zfb:after-swap\");\n\n // Resolve the finished promise of the simulation's ViewTransition.\n // For 'animate', wait for the new-page animation to complete first.\n // For other fallback modes (e.g. 'swap'), resolve immediately — no animation needed.\n if (fallback === \"animate\" && !currentTransition.transitionSkipped && !swapEvent.signal.aborted) {\n animate(\"new\").finally(() => currentTransition.viewTransitionFinished!());\n } else {\n currentTransition.viewTransitionFinished?.();\n }\n}\n\nfunction abortAndRecreateMostRecentNavigation(): Navigation {\n mostRecentNavigation?.controller.abort();\n return (mostRecentNavigation = {\n controller: new AbortController(),\n });\n}\n\nasync function transition(\n direction: Direction,\n from: URL,\n to: URL,\n options: Options,\n historyState?: State,\n hasUAVisualTransition = false,\n) {\n // The most recent navigation always has precedence\n // Yes, there can be several navigation instances as the user can click links\n // while we fetch content or simulate view transitions. Even synchronous creations are possible\n // e.g. by calling navigate() from a transition event.\n // Invariant: all but the most recent navigation are already aborted.\n\n const currentNavigation = abortAndRecreateMostRecentNavigation();\n\n // not ours\n if (!transitionEnabledOnThisPage() || location.origin !== to.origin) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n location.href = to.href;\n return;\n }\n\n const navigationType = historyState\n ? \"traverse\"\n : options.history === \"replace\"\n ? \"replace\"\n : \"push\";\n\n if (navigationType !== \"traverse\") {\n updateScrollPosition({ scrollX, scrollY });\n }\n if (samePage(from, to) && !options.formData) {\n if (\n // Same-page Back/Forward: serve from the live DOM (no re-fetch/re-swap)\n // unless this page opted back into the fetch (per-request SSR). #1374/#1376.\n (navigationType === \"traverse\" && !traverseRefetchOptedOut()) ||\n (direction !== \"back\" && to.hash) ||\n (direction === \"back\" && from.hash)\n ) {\n moveToLocation(to, from, options, document.title, historyState);\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n }\n\n const prepEvent = await doPreparation(\n from,\n to,\n direction,\n navigationType,\n options.sourceElement,\n options.info,\n currentNavigation!.controller.signal,\n options.formData,\n defaultLoader,\n );\n if (prepEvent.defaultPrevented || prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n triggerEvent(\"zfb:navigation-aborted\");\n if (!prepEvent.signal.aborted) {\n // not aborted -> delegate to browser\n location.href = to.href;\n }\n // and / or exit\n return;\n }\n\n async function defaultLoader(preparationEvent: TransitionBeforePreparationEvent) {\n const href = preparationEvent.to.href;\n const init: RequestInit = { signal: preparationEvent.signal };\n if (preparationEvent.formData) {\n init.method = \"POST\";\n const form =\n preparationEvent.sourceElement instanceof HTMLFormElement\n ? preparationEvent.sourceElement\n : preparationEvent.sourceElement instanceof HTMLElement &&\n \"form\" in preparationEvent.sourceElement\n ? (preparationEvent.sourceElement.form as HTMLFormElement)\n : preparationEvent.sourceElement?.closest(\"form\");\n // Form elements without enctype explicitly set default to application/x-www-form-urlencoded.\n // In order to maintain compatibility with Astro 4.x, we need to check the value of enctype\n // on the attributes property rather than accessing .enctype directly. Astro 5.x may\n // introduce defaulting to application/x-www-form-urlencoded as a breaking change, and then\n // we can access .enctype directly.\n //\n // Note: getNamedItem can return null in real life, even if TypeScript doesn't think so, hence\n // the ?.\n // `form` can be null (closest() miss, or a form-less form-associated\n // element) — `!= null` covers both null and undefined so Reflect.get\n // is never invoked on a non-element receiver (\"Illegal invocation\").\n init.body =\n form != null &&\n Reflect.get(HTMLFormElement.prototype, \"attributes\", form).getNamedItem(\"enctype\")\n ?.value === \"application/x-www-form-urlencoded\"\n ? new URLSearchParams(preparationEvent.formData as any)\n : preparationEvent.formData;\n }\n const response = await fetchHTML(href, init);\n // If there is a problem fetching the new page, just do an MPA navigation to it.\n if (response === null) {\n preparationEvent.preventDefault();\n return;\n }\n // if there was a redirection, show the final URL in the browser's address bar\n if (response.redirected) {\n const redirectedTo = new URL(response.redirected);\n // but do not redirect cross origin\n if (redirectedTo.origin !== preparationEvent.to.origin) {\n preparationEvent.preventDefault();\n return;\n }\n // preserve fragment\n const fragment = preparationEvent.to.hash;\n preparationEvent.to = redirectedTo;\n preparationEvent.to.hash = fragment;\n }\n\n parser ??= new DOMParser();\n\n preparationEvent.newDocument = parser.parseFromString(response.html, response.mediaType);\n // The next line might look like a hack,\n // but it is actually necessary as noscript elements\n // and their contents are returned as markup by the parser,\n // see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n preparationEvent.newDocument.querySelectorAll(\"noscript\").forEach((el) => el.remove());\n\n // If ClientRouter is not enabled on the incoming page, do a full page load to it.\n // Unless this was a form submission, in which case we do not want to trigger another mutation.\n if (\n !preparationEvent.newDocument.querySelector('[name=\"zfb-view-transitions-enabled\"]') &&\n !preparationEvent.formData\n ) {\n preparationEvent.preventDefault();\n return;\n }\n\n const links = preloadStyleLinks(preparationEvent.newDocument);\n links.length && !preparationEvent.signal.aborted && (await Promise.all(links));\n\n // W3C2: prepareForClientOnlyComponents() goes here. Astro's DEV-only iframe\n // trick that hoists Vite per-component CSS for client:only islands does not\n // apply to zfb (W1B §13.5 — zfb islands inject CSS via the bundle), so the\n // call is intentionally absent rather than stubbed.\n }\n async function abortAndRecreateMostRecentTransition(): Promise<Transition> {\n if (mostRecentTransition) {\n if (mostRecentTransition.viewTransition) {\n try {\n mostRecentTransition.viewTransition.skipTransition();\n } catch {\n // might throw AbortError DOMException. Ignored on purpose.\n }\n try {\n // UpdateCallbackDone might already been settled, i.e. if the previous transition finished updating the DOM.\n // Could not take long, we wait for it to avoid parallel updates\n // (which are very unlikely as long as swap() is not async).\n await mostRecentTransition.viewTransition.updateCallbackDone;\n } catch {\n // There was an error in the update callback of the transition which we cancel.\n // Ignored on purpose\n }\n }\n }\n return (mostRecentTransition = { transitionSkipped: false });\n }\n\n const currentTransition = await abortAndRecreateMostRecentTransition();\n\n if (prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n\n document.documentElement.setAttribute(DIRECTION_ATTR, prepEvent.direction);\n\n // Commit the SPA history entry BEFORE the transition's update callback runs.\n //\n // WebKit (all iOS browsers, incl. iOS Chrome) does not reliably commit a\n // distinct back/forward history entry when history.pushState() is issued\n // *inside* the document.startViewTransition() update callback: the URL bar\n // updates but no new entry is created, so a single Back press falls off the\n // site to the browser home (zudolab/zzmod#662). Committing the entry here —\n // outside the transition's update callback — makes WebKit create it; Chromium\n // is unaffected either way. moveToLocation() (called later from updateDOM,\n // inside the callback) then no-ops its own push/replace via the\n // `to.href !== location.href` guard, since location is already at the\n // committed URL, so currentHistoryIndex is not double-advanced.\n //\n // We use prepEvent.to (redirects are already resolved into it during\n // preparation) and write before the swap, while document.title is still the\n // old page's title — so the back entry keeps the correct (old-page) title\n // without needing moveToLocation's title juggle. Writing here also covers the\n // non-VT fallback path below in one place.\n //\n // Traverse (popstate) navigations carry historyState: the browser has already\n // moved, so they must NOT create a new entry here.\n //\n // Tracks whether this block ran (push OR replace) so moveToLocation (called\n // later, from updateDOM) knows a commit already happened for THIS navigation\n // — see moveToLocation's `historyCommittedEarly` parameter doc. #1398.\n let historyCommittedEarly = false;\n if (!historyState && prepEvent.to.href !== location.href) {\n historyCommittedEarly = true;\n if (options.history === \"replace\") {\n // Mirror of the moveToLocation replace-path guard: `history.state` can be\n // null here too (page entered without a transition state), so synthesize a\n // state from the tracked index/scroll instead of dereferencing null.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n safeReplaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n prepEvent.to.href,\n );\n } else {\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n prepEvent.to.href,\n );\n }\n }\n\n if (supportsViewTransitions && !hasUAVisualTransition) {\n // This automatically cancels any previous transition\n // We also already took care that the earlier update callback got through\n currentTransition.viewTransition = document.startViewTransition(\n async () =>\n await updateDOM(\n prepEvent,\n options,\n currentTransition,\n historyState,\n undefined,\n historyCommittedEarly,\n ),\n );\n } else {\n // Simulation mode requires a bit more manual work.\n // Also used when PopStateEvent.hasUAVisualTransition indicates the browser already\n // provided a visual transition (e.g. Safari swipe gesture) — in that case, fallback\n // is \"swap\" to skip animations.\n const updateDone = (async () => {\n // Immediately paused to set up the ViewTransition object for Fallback mode\n await Promise.resolve(); // hop through the micro task queue\n await updateDOM(\n prepEvent,\n options,\n currentTransition,\n historyState,\n hasUAVisualTransition ? \"swap\" : getFallback(),\n historyCommittedEarly,\n );\n return undefined;\n })();\n\n // When the updateDone promise is settled,\n // we have run and awaited all swap functions and the after-swap event\n // This qualifies for \"updateCallbackDone\".\n //\n // For the build in ViewTransition, \"ready\" settles shortly after \"updateCallbackDone\",\n // i.e. after all pseudo elements are created and the animation is about to start.\n // In simulation mode the \"old\" animation starts before swap,\n // the \"new\" animation starts after swap. That is not really comparable.\n // Thus we go with \"very, very shortly after updateCallbackDone\" and make both equal.\n //\n // \"finished\" resolves after all animations are done.\n\n currentTransition.viewTransition = {\n updateCallbackDone: updateDone, // this is about correct\n ready: updateDone, // good enough\n // Finished promise could have been done better: finished rejects iff updateDone does.\n // Our simulation always resolves, never rejects.\n finished: new Promise((r) => (currentTransition.viewTransitionFinished = r as () => void)), // see end of updateDOM\n skipTransition: () => {\n currentTransition.transitionSkipped = true;\n // This cancels all animations of the simulation\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n },\n types: new Set<string>(), // empty by default\n };\n }\n // In earlier versions was then'ed on viewTransition.ready which would not execute\n // if the visual part of the transition has errors or was skipped\n currentTransition.viewTransition?.updateCallbackDone.finally(async () => {\n await runScripts();\n // Mount new island markers introduced by the body swap. Fire-and-forget;\n // each island's scheduleHydrate call is async (idle / visible). Called after\n // runScripts() so any new mountIslands() registration from inline scripts in\n // the new page has already run. Called before onPageLoad() per W1B §12.2.\n mountNewIslands();\n onPageLoad();\n announce();\n });\n // finished.ready and finished.finally are the same for the simulation but not\n // necessarily for native view transition, where finished rejects when updateCallbackDone does.\n currentTransition.viewTransition?.finished.finally(() => {\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to an optional\n // `viewTransition?: ViewTransition` slot — `delete` is the equivalent reset.\n delete currentTransition.viewTransition;\n if (currentTransition === mostRecentTransition) mostRecentTransition = undefined;\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n document.documentElement.removeAttribute(DIRECTION_ATTR);\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n });\n try {\n // Compatibility:\n // In an earlier version we awaited viewTransition.ready, which includes animation setup.\n // Scripts that depend on the view transition pseudo elements should hook on viewTransition.ready.\n await currentTransition.viewTransition?.updateCallbackDone;\n } catch (e) {\n // This log doesn't make it worse than before, where we got error messages about uncaught exceptions, which can't be caught when the trigger was a click or history traversal.\n // Needs more investigation on root causes if errors still occur sporadically\n const err = e as Error;\n // biome-ignore lint/suspicious/noConsole: allowed\n console.log(\"[zfb]\", err.name, err.message, err.stack);\n }\n}\n\nlet navigateOnServerWarned = false;\n\nexport async function navigate(href: string, options?: Options) {\n if (inBrowser === false) {\n if (!navigateOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"The view transitions client API was called during a server side render. This may be unintentional as the navigate() function is expected to be called in response to user interactions. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n navigateOnServerWarned = true;\n }\n return;\n }\n if (!supportsViewTransitions && getFallback() === \"none\") {\n const url = new URL(href, location.href);\n // Honor the history option on the full-load fallback path: \"replace\"\n // must not leave a back-button entry, so use location.replace().\n if (options?.history === \"replace\") {\n location.replace(url.href);\n } else {\n location.href = url.href;\n }\n return;\n }\n // `originalLocation` is seeded by init(); seed it here too so an init-less\n // caller never hands transition() an undefined \"from\" URL.\n ensureNavigationState();\n await transition(\"forward\", originalLocation, new URL(href, location.href), options ?? {});\n}\n\nfunction onPopState(ev: PopStateEvent) {\n if (!transitionEnabledOnThisPage() && ev.state) {\n // The current page doesn't have View Transitions enabled\n // but the page we navigate to does (because it set the state).\n // Do a full page refresh to reload the client-side router from the new page.\n location.reload();\n return;\n }\n\n // History entries without state are created by the browser (e.g. for hash links)\n // Our view transition entries always have state.\n // Just ignore stateless entries.\n // The browser will handle navigation fine without our help\n if (ev.state === null) {\n return;\n }\n const state: State = history.state;\n const nextIndex = state.index;\n const direction: Direction = derivePopDirection(nextIndex, currentHistoryIndex);\n // Only advance the tracked index when the entry carries a usable index.\n // After a bfcache restore the index can be missing/NaN; clobbering the\n // tracked value with NaN would poison every subsequent direction calc, so\n // keep the last known-good index in that case (see derivePopDirection).\n if (Number.isFinite(nextIndex)) {\n currentHistoryIndex = nextIndex;\n }\n transition(\n direction,\n originalLocation,\n new URL(location.href),\n {},\n state,\n ev.hasUAVisualTransition,\n );\n}\n\n// Decide forward vs back from the popped entry's index against the last\n// tracked index. Two desync cases a WebKit bfcache restore can produce:\n// - missing / NaN `next` (restored entry lost its index): handled explicitly\n// below — we cannot prove a forward move, so treat it as \"back\" (the safe\n// default; a forward misclassification is what makes Back skip to the wrong\n// page).\n// - `next === current` (index unchanged after a desync/replace): falls out of\n// the `>` comparison as \"back\" — not a forward navigation.\nfunction derivePopDirection(nextIndex: number, trackedIndex: number): Direction {\n if (!Number.isFinite(nextIndex)) return \"back\";\n return nextIndex > trackedIndex ? \"forward\" : \"back\";\n}\n\nconst onScrollEnd = () => {\n // NOTE: our \"popstate\" event handler may call `pushState()` or\n // `replaceState()` and then `scrollTo()`, which will fire \"scroll\" and\n // \"scrollend\" events. To avoid redundant work and expensive calls to\n // `replaceState()`, we simply check that the values are different before\n // updating.\n if (history.state && (scrollX !== history.state.scrollX || scrollY !== history.state.scrollY)) {\n updateScrollPosition({ scrollX, scrollY });\n }\n};\n\n// zfb-only addition (no Astro upstream — see file header \"zfb-only additions\").\n// WebKit serves Back navigations after an SPA route change from the bfcache:\n// the page is restored without re-evaluating this module or re-running init(),\n// so `seedPageState()` below (which sets `currentHistoryIndex` from\n// `history.state.index`) never re-runs and the tracked index can desync from\n// the live history stack. A desynced index makes onPopState's direction calc\n// misfire, so Back skips an entry. On a persisted (bfcache) restore we re-seed\n// the tracked index and the `originalLocation` \"from\" URL from the live state,\n// and restore scroll — mirroring that seed. This is a no-op on a normal load\n// (`persisted` falsy/absent) and idempotent (re-seeding from the same state\n// twice changes nothing and fires no transition).\nconst onPageShow = (ev: PageTransitionEvent) => {\n // Normal (non-bfcache) loads already ran init()'s seed; leave them be.\n if (!ev.persisted) return;\n // init() seeds `originalLocation` and `currentHistoryIndex` together; re-sync\n // both here so the next transition() gets the correct `from` URL (a stale\n // `originalLocation` would feed onPopState the wrong origin).\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) {\n currentHistoryIndex = index;\n }\n if (history.state) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n};\n\n// ---- initialization (folded out of module scope by #2436) ----\n\n// Once-guard for the page-state phase of init(). Deliberately SEPARATE from the\n// `initialized` latch below, because the two phases have different eligibility:\n// this one runs on EVERY browser page — including one where view transitions\n// are ineligible (no native support and fallback \"none\") — while the activation\n// listeners are VT-gated. A single shared latch would either skip this phase\n// forever after an ineligible early call, or latch activation on a page that\n// never qualified for it. (#2436)\nlet pageStateSeeded = false;\n\n/**\n * Everything module evaluation used to do for EVERY browser page, regardless\n * of view-transition eligibility: restore (or seed) this page's history entry\n * and its scroll position, and mark the scripts the initial page load already\n * executed so runScripts() does not re-run them after a swap.\n *\n * Called from init() BEFORE its eligibility early-return — that gating\n * asymmetry is load-bearing and predates the fold: a page with fallback \"none\"\n * still needs its history entry restored and its scripts marked. (#2436)\n */\nfunction seedPageState(): void {\n if (pageStateSeeded) return;\n pageStateSeeded = true;\n\n if (history.state) {\n // Here we reloaded a page with history state\n // (e.g. history navigation from non-transition page or browser reload)\n // Adopt only a finite index — a foreign pre-init history.state (e.g. a\n // consumer's own replaceState({modal: true})) has no router index, and\n // adopting undefined would stamp the next push with NaN. Same guard as\n // ensureNavigationState() and onPageShow(). (#2436)\n const index = history.state.index;\n if (Number.isFinite(index)) currentHistoryIndex = index;\n // Skip the scroll restore when an init-less navigate()/syncHistoryEntry()\n // already ran on this page (navigationStateSeeded latched before init):\n // the entry it pushed is stamped scrollX/scrollY 0, and a late-activating\n // init() must not yank the already-scrolled viewport to the top. (#2436)\n if (!navigationStateSeeded) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n } else if (transitionEnabledOnThisPage()) {\n // This page is loaded from the browser address bar or via a link from extern,\n // it needs a state in the history\n safeReplaceState({ index: currentHistoryIndex, scrollX, scrollY }, \"\");\n history.scrollRestoration = \"manual\";\n }\n\n for (const script of document.getElementsByTagName(\"script\")) {\n detectScriptExecuted(script);\n script.dataset[\"zfbExec\"] = \"\";\n }\n}\n\n/**\n * Register the window-level navigation listeners. Called from init() only\n * after the view-transition eligibility check, and only once — the\n * `initialized` latch owns this phase.\n */\nfunction registerNavigationListeners(): void {\n addEventListener(\"popstate\", onPopState);\n addEventListener(\"load\", onPageLoad);\n // Re-sync the tracked history index + scroll on a WebKit bfcache restore;\n // a no-op on normal loads. See onPageShow above.\n addEventListener(\"pageshow\", onPageShow);\n // There's not a good way to record scroll position before a history back\n // navigation, so we will record it when the user has stopped scrolling.\n if (\"onscrollend\" in window) addEventListener(\"scrollend\", onScrollEnd);\n else {\n // Keep track of state between intervals\n let intervalId: number | undefined, lastY: number, lastX: number, lastIndex: State[\"index\"];\n const scrollInterval = () => {\n // The interval can outlive its document context — a test-env teardown or a\n // real page unload removes window/history before the 50ms tick. `typeof`\n // never throws even when the global is gone: stop the interval and bail\n // rather than dereferencing a torn-down global (the #1061 bug class; #1063).\n // In a real browser these globals always exist, so this path is test-env\n // only. clearInterval may itself be mid-teardown, so guard the call too.\n if (typeof window === \"undefined\" || typeof history === \"undefined\") {\n if (typeof clearInterval === \"function\") clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check the index to see if a popstate event was fired\n if (lastIndex !== history.state?.index) {\n clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check if the user stopped scrolling\n if (lastY === scrollY && lastX === scrollX) {\n // Cancel the interval and update scroll positions\n clearInterval(intervalId);\n intervalId = undefined;\n onScrollEnd();\n return;\n } else {\n ((lastY = scrollY), (lastX = scrollX));\n }\n };\n // We can't know when or how often scroll events fire, so we'll just use them to start intervals\n addEventListener(\n \"scroll\",\n () => {\n if (intervalId !== undefined) return;\n ((lastIndex = history.state?.index), (lastY = scrollY), (lastX = scrollX));\n intervalId = window.setInterval(scrollInterval, 50);\n },\n { passive: true },\n );\n }\n}\n\n// ---- W3C3: click + form intercept, public idempotent init() ----\n\n// Returns true when the modifier-key combo or mouse button means \"open in new tab / download\".\n// Matches Astro's `leavesWindow` helper in ClientRouter.astro.\nconst leavesWindow = (ev: MouseEvent): boolean =>\n (ev.button !== undefined && ev.button !== 0) || // non-left-click\n ev.metaKey || // new tab (Mac)\n ev.ctrlKey || // new tab (Windows/Linux)\n ev.altKey || // download\n ev.shiftKey; // new window\n\n// Track the last clicked element that will leave the window so form submit can check it.\nlet lastClickedElementLeavingWindow: EventTarget | null = null;\n\nfunction handleClick(ev: MouseEvent): void {\n let link: EventTarget | null = ev.target;\n\n // Record whether this click will leave the window (used by form submit handler).\n lastClickedElementLeavingWindow = leavesWindow(ev) ? link : null;\n\n // Shadow DOM: prefer composedPath target over ev.target.\n if (ev.composed) {\n link = ev.composedPath()[0] ?? link;\n }\n\n // Walk up to the nearest <a>, <area>, or <svg:a>.\n if (link instanceof Element) {\n link = link.closest(\"a, area\");\n }\n\n if (\n !(link instanceof HTMLAnchorElement) &&\n !(link instanceof SVGAElement) &&\n !(link instanceof HTMLAreaElement)\n ) {\n return;\n }\n\n const linkEl = link as HTMLAnchorElement | SVGAElement | HTMLAreaElement;\n const linkTarget =\n linkEl instanceof HTMLElement ? linkEl.target : (linkEl as SVGAElement).target.baseVal;\n const href = linkEl instanceof HTMLElement ? linkEl.href : (linkEl as SVGAElement).href.baseVal;\n\n if (!href) return;\n\n const origin = new URL(href, location.href).origin;\n\n if (\n // data-zfb-reload: caller wants a full browser reload, not a SPA transition.\n (linkEl as HTMLElement).dataset[\"zfbReload\"] !== undefined ||\n // download attribute: let browser handle download.\n linkEl.hasAttribute(\"download\") ||\n // Non-self target opens in a new context — skip.\n (linkTarget && linkTarget !== \"_self\") ||\n // Cross-origin: not ours to handle.\n origin !== location.origin ||\n // Modifier key / non-left-click combo: user wants new tab / window / download.\n lastClickedElementLeavingWindow !== null ||\n // Another handler already handled this event.\n ev.defaultPrevented\n ) {\n return;\n }\n\n ev.preventDefault();\n navigate(href, {\n // data-zfb-history=\"replace\" opts a link into replaceState instead of pushState.\n history: (linkEl as HTMLElement).dataset[\"zfbHistory\"] === \"replace\" ? \"replace\" : \"auto\",\n sourceElement: linkEl,\n });\n}\n\nfunction handleSubmit(ev: SubmitEvent): void {\n const el = ev.target as HTMLElement;\n const submitter = ev.submitter as HTMLElement | null;\n\n // If the submit was triggered by a modifier-key click, treat as normal browser submit.\n const clickedWithKeys = submitter !== null && submitter === lastClickedElementLeavingWindow;\n lastClickedElementLeavingWindow = null;\n\n if (\n el.tagName !== \"FORM\" ||\n ev.defaultPrevented ||\n el.dataset[\"zfbReload\"] !== undefined ||\n clickedWithKeys\n ) {\n return;\n }\n\n const form = el as HTMLFormElement;\n const formData = new FormData(form, submitter ?? undefined);\n\n // form.action / form.method can be shadowed by <input name=\"action\"> / <input name=\"method\">,\n // so fall back to getAttribute() when the property is not a string. (Astro's comment.)\n const formAction = typeof form.action === \"string\" ? form.action : form.getAttribute(\"action\");\n const formMethod = typeof form.method === \"string\" ? form.method : form.getAttribute(\"method\");\n\n // Resolve action: submitter formaction attr overrides form action, fallback to current path.\n let action = submitter?.getAttribute(\"formaction\") ?? formAction ?? location.pathname;\n // Resolve method: submitter formmethod attr overrides form method, fallback to \"get\".\n const method = submitter?.getAttribute(\"formmethod\") ?? formMethod ?? \"get\";\n\n // The \"dialog\" method is a special keyword used within <dialog> elements —\n // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method\n if (method === \"dialog\" || location.origin !== new URL(action, location.href).origin) {\n // No SPA transition in these cases — let browser handle it.\n return;\n }\n\n const options: import(\"./types.js\").Options = { sourceElement: submitter ?? form };\n if (method === \"get\") {\n const params = new URLSearchParams(formData as any);\n const url = new URL(action, location.href);\n url.search = params.toString();\n action = url.toString();\n } else {\n options.formData = formData;\n }\n\n ev.preventDefault();\n navigate(action, options);\n}\n\nexport interface InitOptions {\n /** Reserved for forward-compat with Astro's prefetch integration. Ignored in v1. */\n prefetchAll?: boolean;\n}\n\n// Guard flag — ensures the activation listeners (popstate/load/pageshow/scroll\n// plus click + submit) are registered only once even if init() is called\n// multiple times (e.g. two <ClientRouter> mounts on the same page).\nlet initialized = false;\n\n/**\n * Bootstrap the client router on this page: restore its history entry, mark\n * the already-executed scripts, and wire up the navigation, click and\n * form-submit listeners. Safe to call multiple times — each of the two phases\n * runs at most once (idempotent).\n *\n * Evaluating this module does nothing; every side effect the router performs\n * at startup happens here (#2436). Two once-guards rather than one, because\n * the phases have different eligibility — see `pageStateSeeded`.\n *\n * @param _options - Forward-compat hook matching Astro's init() signature. Ignored in v1.\n */\nexport function init(_options?: InitOptions): void {\n if (!inBrowser) return;\n\n // Phase 1 — runs on every browser page, even a view-transition-ineligible\n // one, and therefore BEFORE the eligibility early-return below.\n seedPageState();\n\n if (initialized) return;\n\n // Phase 2 — activation. Latch the guard only AFTER this eligibility check:\n // an ineligible early call (fallback \"none\" and no native view transitions)\n // must not permanently latch `initialized`, or a later legitimately-eligible\n // init() would no-op forever.\n if (!supportsViewTransitions && getFallback() === \"none\") return;\n\n initialized = true;\n\n // Where we came from, for the first transition() of this page. Re-seeded\n // unconditionally at activation (as module evaluation used to do), so it\n // reflects the URL at activation time even if an init-less navigate() or\n // syncHistoryEntry() already primed it via ensureNavigationState().\n navigationStateSeeded = true;\n originalLocation = new URL(location.href);\n\n registerNavigationListeners();\n\n document.addEventListener(\"click\", handleClick);\n document.addEventListener(\"submit\", handleSubmit as EventListener);\n\n // Prefetch hook intentionally omitted from v1 — see https://github.com/zudolab/zudo-doc/issues/1527\n // (Followup tracker for porting Astro prefetch module).\n}\n"]}
1
+ {"version":3,"file":"router.js","sourceRoot":"","sources":["../../src/client-router/router.ts"],"names":[],"mappings":"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","sourcesContent":["/// <reference lib=\"dom\" />\n/// <reference lib=\"dom.iterable\" />\n// Ported from Astro transitions/router.ts (transition orchestration half).\n// Source: https://raw.githubusercontent.com/withastro/astro/main/packages/astro/src/transitions/router.ts\n// Issue: zudolab/zudo-doc#1516 (W3C1), parent epic zudolab/zudo-doc#1510.\n//\n// Mechanical renames per W1B §13.5:\n// astro:* event names → zfb:*\n// data-astro-* attributes → data-zfb-*\n// astro-view-transitions-* → zfb-view-transitions-*\n// .astro-route-announcer → .zfb-route-announcer\n// dataset.astroExec → dataset.zfbExec\n// dataset.astroHistory → dataset.zfbHistory\n// dataset.astroRerun → dataset.zfbRerun\n//\n// Named-cause deviations:\n// - `internalFetchHeaders` import dropped; replaced with `{}` (W1B §13.5 — zfb adapters\n// do not currently expose a per-fetch internal-headers contract).\n// - `prepareForClientOnlyComponents` dropped entirely (W1B §13.5 / W3C2 — DEV-only\n// iframe trick that compensates for Vite per-component CSS injection on hydrate;\n// not applicable to zfb islands which inject CSS via the bundle).\n// - `import.meta.env.SSR` access uses `(import.meta as any).env?.SSR` (no Vite\n// ambient types in zfb-runtime tsconfig — same workaround used in W3B).\n// - `inBrowser` evaluates to `typeof document !== \"undefined\"` rather than relying\n// on the SSR flag, because the runtime package serves both server- and client-side\n// code; same observable behavior in browser and on SSR.\n// - `announce()` was a TODO stub at W1B port time; W3C3 implemented it and #1063 gave\n// its 60ms timer explicit lifecycle ownership — see the route-announcer block below.\n//\n// W3C2 additions (this file):\n// - `navigate()` public entry.\n// - `onPopState`, `onScrollEnd`.\n// - Seeding `currentHistoryIndex` from `history.state`, registering popstate /\n// load / scrollend listeners, and marking already-executed scripts with\n// `dataset[\"zfbExec\"] = \"\"`. W3C2 did all of this in two bare top-level\n// `if (inBrowser)` blocks; #2436 folded both into `init()` (see the two\n// once-guards there) so evaluating this module has no side effect at all.\n//\n// W3C1 items deferred to — and since implemented in — W3C3:\n// - `announce()` route-announcer implementation (see the route-announcer block below;\n// timer lifecycle ownership hardened in #1063).\n// - Click + form intercept (see `handleClick` / `handleSubmit` / `init()` below).\n//\n// zfb-only additions (no Astro upstream — #1076):\n// - `onPageShow` pageshow/bfcache re-sync, registered inside the init block alongside\n// popstate/load/scrollend. Verified against live Astro `main`: neither\n// `transitions/router.ts` nor `ClientRouter.astro` has any pageshow/`persisted`\n// handler, so this is original design, not a port. WebKit serves Back after an SPA\n// route change from the bfcache without re-evaluating this module, desyncing the\n// tracked `currentHistoryIndex` from the live history stack; `onPageShow` re-seeds it\n// (and restores scroll) on a persisted restore — see the `onPageShow` block below.\n// - `derivePopDirection` hardens the popstate forward/back calc against an unchanged or\n// missing/NaN `state.index` that a bfcache restore can leave behind (#1076).\n\nimport {\n doPreparation,\n doSwap,\n onPageLoad,\n triggerEvent,\n updateScrollPosition,\n type TransitionBeforePreparationEvent,\n} from \"./events.js\";\nimport { safePushState, safeReplaceState } from \"./history-safe.js\";\nimport { detectScriptExecuted } from \"./swap-functions.js\";\nimport type { Direction, Fallback, Options, SyncHistoryEntryOptions } from \"./types.js\";\n// Island re-bootstrap and deferred-cancel after body swap (W1B §12.2, §12.5).\n// mountNewIslands() is called after runScripts() and before onPageLoad().\n// cancelPendingIslands() and unmountIslands() run inside doSwap()'s synchronous\n// commit section so deferred callbacks cannot fire against orphan elements.\nimport { cancelPendingIslands, mountNewIslands, unmountIslands } from \"@takazudo/zfb/runtime\";\n\ntype State = {\n index: number;\n scrollX: number;\n scrollY: number;\n};\ntype Navigation = {\n controller: AbortController;\n domCommitStarted: boolean;\n abortEventEmitted: boolean;\n};\ntype Transition = {\n // The view transitions object (API and simulation)\n viewTransition?: ViewTransition;\n // Simulation: Whether transition was skipped\n transitionSkipped: boolean;\n // Simulation: The resolve function of the finished promise\n viewTransitionFinished?: () => void;\n};\n\ntype DOMUpdateOutcome = \"swapped\" | \"aborted\";\n\n// Adapter-specific internal fetch headers. zfb adapters do not currently expose this\n// contract — the empty object preserves the call-shape so the loop in fetchHTML is a\n// no-op until/unless an adapter wires this up.\nconst internalFetchHeaders: Record<string, string> = {};\n\n// Detect browser context. Astro uses `import.meta.env.SSR === false` (Vite-injected).\n// The zfb-runtime tsconfig has no Vite ambient types; checking for `document` is\n// behaviorally identical and avoids a Vite type dependency.\nconst inBrowser = typeof document !== \"undefined\";\n\nexport const supportsViewTransitions = inBrowser && !!document.startViewTransition;\n\nexport const transitionEnabledOnThisPage = () =>\n inBrowser && !!document.querySelector('[name=\"zfb-view-transitions-enabled\"]');\n\n// A same-page Back/Forward traversal (two history entries sharing pathname +\n// search) is served from the live DOM by the fast-path in transition() — no\n// re-fetch, no re-swap, no lifecycle events. A per-request SSR page\n// (`prerender = false`) whose server output can differ between two visits to\n// the SAME url opts back INTO the fetch by emitting\n// <meta name=\"zfb-traverse-refetch\" content=\"true\"> (via <ClientRouter\n// traverseRefetch />); skipping the fetch on such a page would pin the stale\n// first-render content. Read from the CURRENT document — for a same-page\n// traverse the current document IS the target page. Mirrors the\n// zfb-prefetch-disabled meta reader. (#1376)\nconst traverseRefetchOptedOut = () =>\n inBrowser && !!document.querySelector('meta[name=\"zfb-traverse-refetch\"][content=\"true\"]');\n\nconst samePage = (thisLocation: URL, otherLocation: URL) =>\n thisLocation.pathname === otherLocation.pathname && thisLocation.search === otherLocation.search;\n\n// The previous navigation that might still be in processing\nlet mostRecentNavigation: Navigation | undefined;\n// The previous transition that might still be in processing\nlet mostRecentTransition: Transition | undefined;\n// When we traverse the history, the window.location is already set to the new location.\n// This variable tells us where we came from\nlet originalLocation: URL;\n\n// Route announcer — ported from Astro's announce(). Each navigation appends a fresh\n// aria-live <div> (after removing any prior announcer, so exactly one ever exists) and\n// writes the new page title into it 60ms later, so screen readers announce the new page.\n//\n// zfb deviation from Astro / design decision for #1063 (timer lifecycle ownership):\n// - The 60ms timer id is stored and cleared when a newer navigation supersedes a\n// still-pending announcement, so a superseded page's title is never written to a\n// now-detached announcer. (Astro leaves the timer fire-and-forget.)\n// - The previous announcer is removed before a new one is appended, so they never\n// accumulate. We deliberately do NOT *reuse* one element across navigations (which\n// #1063 floated): a reused live region is detached and re-inserted into the a11y\n// tree on every body swap, and a repeated title would be a no-op text write — both\n// make re-announcement unreliable across screen readers. Creating a fresh empty\n// element and writing text 60ms later is Astro's proven, reliable announce trigger.\n//\n// The 60ms delay is Astro's magic number: screen readers need to see the element change\n// and may miss it if it happens too quickly.\nlet announceTimer: number | undefined;\n\nconst announce = () => {\n // A newer navigation supersedes any still-pending announcement: cancel the old\n // timer so it can't write a now-stale title after this navigation's swap.\n if (announceTimer !== undefined) window.clearTimeout(announceTimer);\n\n // Keep exactly one announcer: drop any leftover from a prior navigation that the\n // body swap did not already detach.\n document.querySelector(\".zfb-route-announcer\")?.remove();\n const div = document.createElement(\"div\");\n div.setAttribute(\"aria-live\", \"assertive\");\n div.setAttribute(\"aria-atomic\", \"true\");\n div.className = \"zfb-route-announcer\";\n document.body.append(div);\n\n announceTimer = window.setTimeout(() => {\n announceTimer = undefined;\n // This timer can outlive its document context — a test-env teardown\n // (vitest/happy-dom) or a real page unload removes `document` (and\n // `location`) before the 60ms elapses. `typeof` is safe even when the\n // global is gone, so bail out instead of throwing an unhandled\n // ReferenceError (#1061); the announcement is moot once the page is gone.\n // Both globals the callback dereferences are checked, not just `document`.\n if (typeof document === \"undefined\" || typeof location === \"undefined\") return;\n const title = document.title || document.querySelector(\"h1\")?.textContent || location.pathname;\n div.textContent = title;\n }, 60);\n};\n\nconst PERSIST_ATTR = \"data-zfb-transition-persist\";\n\nconst attrValueSelector = (attr: string, value: string): string =>\n value === \"\" ? `[${attr}=\"\"]` : `[${attr}=${CSS.escape(value)}]`;\n\nconst querySelectorWithAttrValue = (\n root: ParentNode,\n selectorPrefix: string,\n attr: string,\n value: string,\n): Element | null => {\n const escapedMatch = root.querySelector(`${selectorPrefix}${attrValueSelector(attr, value)}`);\n if (escapedMatch) return escapedMatch;\n return (\n Array.from(root.querySelectorAll(`${selectorPrefix}[${attr}]`)).find(\n (el) => el.getAttribute(attr) === value,\n ) ?? null\n );\n};\nconst DIRECTION_ATTR = \"data-zfb-transition\";\nconst OLD_NEW_ATTR = \"data-zfb-transition-fallback\";\n\nlet parser: DOMParser;\n\n// The History API does not tell you if navigation is forward or back, so\n// you can figure it using an index. On pushState the index is incremented so you\n// can use that to determine popstate if going forward or back.\nlet currentHistoryIndex = 0;\n\n// Once-guard for the navigation bookkeeping below. `init()` sets it too, so a\n// later ensureNavigationState() can never clobber the activation-time seed.\nlet navigationStateSeeded = false;\n\n/**\n * Seed the module's navigation bookkeeping — `originalLocation` (declared\n * without an initializer) and the tracked history index — from the live\n * document, once.\n *\n * Deliberately side-effect free beyond those two variables: it registers no\n * listener, writes no history entry, never scrolls, and never marks scripts.\n * All of that belongs to {@link init}. Its only job is to keep an init-less\n * `navigate()` / `syncHistoryEntry()` from reading `undefined` or stamping a\n * fresh entry with the module default index — using the router without\n * activating it is documented as unsupported, but it must not throw and must\n * not mis-stamp. An existing finite `history.state.index` is ADOPTED, never\n * reset: on a page whose entry is already index 7, the next push must be 8. (#2436)\n */\nfunction ensureNavigationState(): void {\n if (navigationStateSeeded || !inBrowser) return;\n navigationStateSeeded = true;\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) currentHistoryIndex = index;\n}\n\n// returns the contents of the page or null if the router can't deal with it.\nasync function fetchHTML(\n href: string,\n init?: RequestInit,\n): Promise<null | { html: string; redirected?: string; mediaType: DOMParserSupportedType }> {\n try {\n // Apply adapter-specific headers for internal fetches\n const headers = new Headers(init?.headers);\n for (const [key, value] of Object.entries(internalFetchHeaders) as [string, string][]) {\n headers.set(key, value);\n }\n const res = await fetch(href, { ...init, headers });\n const contentType = res.headers.get(\"content-type\") ?? \"\";\n // drop potential charset (+ other name/value pairs) as parser needs the mediaType\n const mediaType = contentType.split(\";\", 1)[0]!.trim();\n // the DOMParser can handle two types of HTML\n if (mediaType !== \"text/html\" && mediaType !== \"application/xhtml+xml\") {\n // everything else (e.g. audio/mp3) will be handled by the browser but not by us\n return null;\n }\n const html = await res.text();\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to a `redirected?: string`\n // slot, so omit the property when not redirected instead of setting it to undefined.\n return res.redirected ? { html, redirected: res.url, mediaType } : { html, mediaType };\n } catch {\n // can't fetch, let someone else deal with it.\n return null;\n }\n}\n\nexport function getFallback(): Fallback {\n const el = document.querySelector('[name=\"zfb-view-transitions-fallback\"]');\n if (el) {\n // Astro casts `content` straight to Fallback; harden against an arbitrary/typo'd\n // attribute value by validating against the known set and defaulting to \"animate\".\n const content = el.getAttribute(\"content\");\n if (content === \"none\" || content === \"animate\" || content === \"swap\") {\n return content;\n }\n }\n return \"animate\";\n}\n\n// Upper bound (ms) for waiting on a single external <script>'s load/error in\n// runScripts(). Not an Astro upstream value — added so a slow/broken external\n// script can never hang the transition indefinitely.\nconst EXTERNAL_SCRIPT_WAIT_TIMEOUT = 5000;\n\nfunction runScripts() {\n let wait = Promise.resolve();\n let needsWaitForInlineModuleScript = false;\n // The original code made the assumption that all inline scripts are directly executed when inserted into the DOM.\n // This is not true for inline module scripts, which are deferred but still executed in order.\n // inline module scripts cannot be awaited for with onload.\n // Thus to be able to wait for the execution of all scripts, we make sure that the last inline module script\n // is always followed by an external module script\n for (const script of document.getElementsByTagName(\"script\")) {\n script.dataset[\"zfbExec\"] === undefined &&\n script.getAttribute(\"type\") === \"module\" &&\n (needsWaitForInlineModuleScript = script.getAttribute(\"src\") === null);\n }\n needsWaitForInlineModuleScript &&\n document.body.insertAdjacentHTML(\n \"beforeend\",\n `<script type=\"module\" src=\"data:application/javascript,\"/>`,\n );\n\n for (const script of document.getElementsByTagName(\"script\")) {\n if (script.dataset[\"zfbExec\"] === \"\") continue;\n const type = script.getAttribute(\"type\");\n if (type && type !== \"module\" && type !== \"text/javascript\") continue;\n const newScript = document.createElement(\"script\");\n newScript.innerHTML = script.innerHTML;\n for (const attr of script.attributes) {\n if (attr.name === \"src\") {\n // Astro awaits onload/onerror with no upper bound; a slow or broken\n // external <script> would then hang the whole transition. Race the\n // load against a timeout so the transition can always proceed.\n const p = new Promise<void>((r) => {\n let timer: ReturnType<typeof setTimeout>;\n const done = () => {\n clearTimeout(timer);\n r();\n };\n newScript.onload = newScript.onerror = done;\n timer = setTimeout(done, EXTERNAL_SCRIPT_WAIT_TIMEOUT);\n });\n wait = wait.then(() => p as any);\n }\n newScript.setAttribute(attr.name, attr.value);\n }\n newScript.dataset[\"zfbExec\"] = \"\";\n script.replaceWith(newScript);\n }\n return wait;\n}\n\n// Add a new entry to the browser history. This also sets the new page in the browser address bar.\n// Sets the scroll position according to the hash fragment of the new location.\nconst moveToLocation = (\n to: URL,\n from: URL,\n options: Options,\n pageTitleForBrowserHistory: string,\n historyState?: State,\n // True when transition() already committed a history entry for THIS\n // navigation before the swap ran (the WebKit-workaround early commit\n // below). `to` here may differ from that committed entry's URL if a\n // `zfb:before-swap` listener mutated `event.to` (writable per Astro\n // parity) after the early commit already ran — in that case we must\n // REPLACE the already-committed entry instead of pushing a second one, or\n // a single navigation would leave two history entries (a phantom Back\n // stop). #1398.\n historyCommittedEarly = false,\n) => {\n const intraPage = samePage(from, to);\n\n const targetPageTitle = document.title;\n document.title = pageTitleForBrowserHistory;\n\n let scrolledToTop = false;\n if (to.href !== location.href && !historyState) {\n if (options.history === \"replace\" || historyCommittedEarly) {\n // Astro reads current.index/scrollX/scrollY directly; `history.state` can be\n // null (page entered without a transition state), which would throw a\n // TypeError. Fall back to a synthesized state from the tracked index/scroll.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n safeReplaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n to.href,\n );\n }\n }\n document.title = targetPageTitle;\n // now we are on the new page for non-history navigation!\n // (with history navigation page change happens before popstate is fired)\n originalLocation = to;\n\n // freshly loaded pages start from the top\n if (!intraPage) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n scrolledToTop = true;\n }\n\n if (historyState) {\n // Raw-History consumers may push partial/empty state (`{}`), so the tracked\n // scroll fields can be absent or non-finite. Never scrollTo(undefined, …) —\n // leave scroll where it is rather than jumping to (0,0). #1376.\n if (Number.isFinite(historyState.scrollX) && Number.isFinite(historyState.scrollY)) {\n scrollTo(historyState.scrollX, historyState.scrollY);\n }\n } else {\n if (to.hash) {\n // because we are already on the target page ...\n // ... what comes next is an intra-page navigation\n // that won't reload the page but instead scroll to the fragment\n history.scrollRestoration = \"auto\";\n const savedState = history.state;\n location.href = to.href; // this kills the history state on Firefox\n if (!history.state) {\n safeReplaceState(savedState, \"\"); // this restores the history state\n if (intraPage) {\n window.dispatchEvent(new PopStateEvent(\"popstate\"));\n }\n }\n } else {\n if (!scrolledToTop) {\n scrollTo({ left: 0, top: 0, behavior: \"instant\" });\n }\n }\n history.scrollRestoration = \"manual\";\n }\n};\n\nlet syncHistoryEntryOnServerWarned = false;\n\n/**\n * Write a router-managed history entry (push or replace) WITHOUT any\n * navigation, DOM, or lifecycle side effect. This is the supported path for\n * consumers deep-linking transient UI state (dialogs/modals, a photo\n * viewer's `/photos/<slug>/` URL). Hand-rolled raw `history.pushState`\n * desyncs `originalLocation` and the index bookkeeping that popstate\n * direction detection ({@link derivePopDirection}) and the same-page\n * traverse fast-path depend on; `navigate()` can't be used instead because\n * it forces a fetch. See #1377 / #1374.\n *\n * Never scrolls the viewport itself — but the entry it writes IS stamped\n * with the CURRENT scroll position (`scrollX`/`scrollY` at call time), not\n * `(0, 0)` (issue #1398). This matters only for a later Forward-traversal\n * back to this entry: the same-page traverse fast-path restores whatever\n * scroll position was stamped on the entry, so a same-page push (e.g.\n * opening a dialog) does not snap the underlying page to the top when the\n * dialog is later reopened via Forward.\n *\n * @param url - The URL to write. Cross-origin URLs throw rather than\n * silently falling back to a full-page load.\n * @param options.replace - Use `history.replaceState` instead of\n * `history.pushState` (no new Back-button entry). Default: push.\n * @param options.state - Merged into the entry's `history.state`; the\n * router's own bookkeeping keys (`index`, `scrollX`, `scrollY`) always win\n * on a colliding key.\n */\nexport function syncHistoryEntry(url: string | URL, options: SyncHistoryEntryOptions = {}): void {\n // SSR guard: no window/history to touch. Mirror navigate()'s server no-op +\n // one-time console warning. Checked at call time via `typeof document` (not the\n // module-eval `inBrowser` const) so the branch is reachable and behavior is\n // identical in a real environment (document is always present in a browser).\n if (typeof document === \"undefined\") {\n if (!syncHistoryEntryOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"syncHistoryEntry() was called during a server side render. This may be unintentional as it is expected to be called in response to a client-side user interaction. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n syncHistoryEntryOnServerWarned = true;\n }\n return;\n }\n\n // Adopt this page's existing history index before stamping an entry — an\n // init-less caller must not reset a live entry's index to the module default.\n ensureNavigationState();\n\n const to = new URL(url, location.href);\n\n // Cross-origin is not ours to manage. The History API would throw a native\n // SecurityError for a cross-origin URL, but we guard explicitly so the failure\n // is a clear, documented contract violation rather than an opaque platform\n // error — and never a silent full-page load. #1377.\n if (to.origin !== location.origin) {\n throw new Error(\n `syncHistoryEntry(): refusing to write a cross-origin history entry for \"${to.href}\" (current origin: ${location.origin}).`,\n );\n }\n\n if (options.replace) {\n // Replace keeps the current entry's index. A consumer migrating from raw\n // history.pushState may have left a missing/invalid index, so fall back to\n // the tracked index rather than stamping NaN/undefined.\n const current = history.state;\n const index =\n current != null && Number.isFinite(current.index) ? current.index : currentHistoryIndex;\n safeReplaceState(\n {\n ...options.state,\n index,\n scrollX: Number.isFinite(current?.scrollX) ? current.scrollX : scrollX,\n scrollY: Number.isFinite(current?.scrollY) ? current.scrollY : scrollY,\n },\n \"\",\n to.href,\n );\n } else {\n // Persist the CURRENT (outgoing) entry's latest scroll before pushing, so a\n // later Back restoration can't lose scroll that `scrollend` hasn't flushed\n // yet — the same guard transition() applies before a non-traverse push.\n updateScrollPosition({ scrollX, scrollY });\n // Stamp the CURRENT scroll on the freshly-pushed entry too — NOT (0,0).\n // This is a same-page push (dialog/photo-viewer pattern): the underlying\n // page never actually scrolled anywhere, it just gained an overlay. A\n // (0,0)-stamped entry would make the traverse fast-path (moveToLocation's\n // historyState branch below) scrollTo(0,0) when this entry is later\n // Forward-reopened, snapping the page to the top under the reopened\n // dialog. #1398.\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX, scrollY },\n \"\",\n to.href,\n );\n }\n\n // Always re-point originalLocation so the next transition()/onPopState uses the\n // correct \"from\" URL. Skipping this is exactly what makes a raw pushState\n // desync the router (a same-page Back would miss the traverse fast path).\n originalLocation = to;\n}\n\nfunction preloadStyleLinks(newDocument: Document) {\n const links: Promise<any>[] = [];\n for (const el of newDocument.querySelectorAll(\"head link[rel=stylesheet]\")) {\n const persistId = el.getAttribute(PERSIST_ATTR);\n const href = el.getAttribute(\"href\");\n const existingSelectors = [\n persistId !== null ? attrValueSelector(PERSIST_ATTR, persistId) : null,\n href !== null ? `link[rel=stylesheet]${attrValueSelector(\"href\", href)}` : null,\n ].filter((selector): selector is string => selector !== null);\n const existingLink =\n (existingSelectors.length ? document.querySelector(existingSelectors.join(\", \")) : null) ??\n (persistId !== null\n ? querySelectorWithAttrValue(document, \"\", PERSIST_ATTR, persistId)\n : null) ??\n (href !== null\n ? querySelectorWithAttrValue(document, \"link[rel=stylesheet]\", \"href\", href)\n : null);\n\n // Do not preload links that are already on the page.\n if (href !== null && !existingLink) {\n const c = document.createElement(\"link\");\n c.setAttribute(\"rel\", \"preload\");\n c.setAttribute(\"as\", \"style\");\n c.setAttribute(\"href\", href);\n links.push(\n new Promise<any>((resolve) => {\n [\"load\", \"error\"].forEach((evName) => c.addEventListener(evName, resolve));\n document.head.append(c);\n }),\n );\n }\n }\n return links;\n}\n\n// replace head and body of the windows document with contents from newDocument\n// if !popstate, update the history entry and scroll position according to toLocation\n// if popState is given, this holds the scroll position for history navigation\n// if fallback === \"animate\" then simulate view transitions\nasync function updateDOM(\n preparationEvent: TransitionBeforePreparationEvent,\n options: Options,\n currentNavigation: Navigation,\n currentTransition: Transition,\n historyState?: State,\n fallback?: Fallback,\n // Forwarded to moveToLocation() — see its parameter doc. #1398.\n historyCommittedEarly = false,\n): Promise<DOMUpdateOutcome> {\n async function animate(phase: string) {\n function isInfinite(animation: Animation) {\n const effect = animation.effect;\n if (!effect || !(effect instanceof KeyframeEffect) || !effect.target) return false;\n const style = window.getComputedStyle(effect.target, effect.pseudoElement);\n return style.animationIterationCount === \"infinite\";\n }\n const currentAnimations = document.getAnimations();\n // Trigger view transition animations waiting for data-zfb-transition-fallback\n document.documentElement.setAttribute(OLD_NEW_ATTR, phase);\n const nextAnimations = document.getAnimations();\n const newAnimations = nextAnimations.filter(\n (a) => !currentAnimations.includes(a) && !isInfinite(a),\n );\n // Wait for all new animations to finish (resolved or rejected).\n // Do not reject on canceled ones.\n return Promise.allSettled(newAnimations.map((a) => a.finished));\n }\n\n const animateFallbackOld = async () => {\n if (\n fallback === \"animate\" &&\n !currentTransition.transitionSkipped &&\n !preparationEvent.signal.aborted\n ) {\n try {\n await animate(\"old\");\n } catch {\n // animate might reject as a consequence of a call to skipTransition()\n // ignored on purpose\n }\n }\n };\n\n const finishAbortedUpdate = (): DOMUpdateOutcome => {\n notifyNavigationAborted(currentNavigation);\n // Simulation owns its `finished` promise explicitly. Resolve it on the\n // no-swap path so transition cleanup still runs.\n currentTransition.viewTransitionFinished?.();\n return \"aborted\";\n };\n\n // A newer navigation or popstate may have won after preparation/history\n // commit but before the update callback started.\n if (preparationEvent.signal.aborted) return finishAbortedUpdate();\n\n const pageTitleForBrowserHistory = document.title; // document.title will be overridden by swap()\n const swapResult = await doSwap(\n preparationEvent,\n currentTransition.viewTransition!,\n animateFallbackOld,\n () => {\n // Teardown and swap are a synchronous point-of-no-return. doSwap checks\n // the signal after the animation await and invokes this callback only for\n // a navigation that still owns the commit.\n currentNavigation.domCommitStarted = true;\n cancelPendingIslands();\n // Unmount mounted islands on the OLD body before the swap so Preact/React\n // trees receive render(null, element) / root.unmount() and their useEffect\n // cleanups fire. Pass the incoming body so persisted islands are kept.\n unmountIslands(document.body, preparationEvent.newDocument.body);\n },\n );\n if (!swapResult.swapped) return finishAbortedUpdate();\n\n const swapEvent = swapResult.event;\n moveToLocation(\n swapEvent.to,\n swapEvent.from,\n options,\n pageTitleForBrowserHistory,\n historyState,\n historyCommittedEarly,\n );\n triggerEvent(\"zfb:after-swap\");\n\n // Resolve the finished promise of the simulation's ViewTransition.\n // For 'animate', wait for the new-page animation to complete first.\n // For other fallback modes (e.g. 'swap'), resolve immediately — no animation needed.\n if (fallback === \"animate\" && !currentTransition.transitionSkipped) {\n animate(\"new\").finally(() => currentTransition.viewTransitionFinished!());\n } else {\n currentTransition.viewTransitionFinished?.();\n }\n return \"swapped\";\n}\n\nfunction notifyNavigationAborted(navigation: Navigation): void {\n // From island teardown onward the navigation is committed and must finish,\n // even if an overridden event.swap() synchronously starts a newer one.\n if (navigation.domCommitStarted || navigation.abortEventEmitted) return;\n navigation.abortEventEmitted = true;\n triggerEvent(\"zfb:navigation-aborted\");\n}\n\nfunction abortAndRecreateMostRecentNavigation(): Navigation {\n const previousNavigation = mostRecentNavigation;\n const nextNavigation: Navigation = {\n controller: new AbortController(),\n domCommitStarted: false,\n abortEventEmitted: false,\n };\n // Install the new owner before abort/event dispatch. Either operation can\n // synchronously re-enter navigate(); that newer call must remain the winner.\n mostRecentNavigation = nextNavigation;\n if (previousNavigation) {\n previousNavigation.controller.abort();\n // Native View Transitions may settle updateCallbackDone without ever\n // invoking the skipped update callback. Emit here so updateDOM is not the\n // only observer of a real pre-commit abort.\n notifyNavigationAborted(previousNavigation);\n }\n return nextNavigation;\n}\n\nasync function transition(\n direction: Direction,\n from: URL,\n to: URL,\n options: Options,\n historyState?: State,\n hasUAVisualTransition = false,\n) {\n // The most recent navigation always has precedence\n // Yes, there can be several navigation instances as the user can click links\n // while we fetch content or simulate view transitions. Even synchronous creations are possible\n // e.g. by calling navigate() from a transition event.\n // Invariant: all but the most recent navigation are already aborted.\n\n const currentNavigation = abortAndRecreateMostRecentNavigation();\n\n // Emitting the previous navigation's abort event is synchronous. A listener\n // may have started an even newer navigation before this call resumes.\n if (currentNavigation.controller.signal.aborted) return;\n\n // not ours\n if (!transitionEnabledOnThisPage() || location.origin !== to.origin) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n location.href = to.href;\n return;\n }\n\n const navigationType = historyState\n ? \"traverse\"\n : options.history === \"replace\"\n ? \"replace\"\n : \"push\";\n\n if (navigationType !== \"traverse\") {\n updateScrollPosition({ scrollX, scrollY });\n }\n if (samePage(from, to) && !options.formData) {\n if (\n // Same-page Back/Forward: serve from the live DOM (no re-fetch/re-swap)\n // unless this page opted back into the fetch (per-request SSR). #1374/#1376.\n (navigationType === \"traverse\" && !traverseRefetchOptedOut()) ||\n (direction !== \"back\" && to.hash) ||\n (direction === \"back\" && from.hash)\n ) {\n moveToLocation(to, from, options, document.title, historyState);\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n return;\n }\n }\n\n const prepEvent = await doPreparation(\n from,\n to,\n direction,\n navigationType,\n options.sourceElement,\n options.info,\n currentNavigation!.controller.signal,\n options.formData,\n defaultLoader,\n );\n if (prepEvent.defaultPrevented || prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n notifyNavigationAborted(currentNavigation);\n if (!prepEvent.signal.aborted) {\n // not aborted -> delegate to browser\n location.href = to.href;\n }\n // and / or exit\n return;\n }\n\n async function defaultLoader(preparationEvent: TransitionBeforePreparationEvent) {\n const href = preparationEvent.to.href;\n const init: RequestInit = { signal: preparationEvent.signal };\n if (preparationEvent.formData) {\n init.method = \"POST\";\n const form =\n preparationEvent.sourceElement instanceof HTMLFormElement\n ? preparationEvent.sourceElement\n : preparationEvent.sourceElement instanceof HTMLElement &&\n \"form\" in preparationEvent.sourceElement\n ? (preparationEvent.sourceElement.form as HTMLFormElement)\n : preparationEvent.sourceElement?.closest(\"form\");\n // Form elements without enctype explicitly set default to application/x-www-form-urlencoded.\n // In order to maintain compatibility with Astro 4.x, we need to check the value of enctype\n // on the attributes property rather than accessing .enctype directly. Astro 5.x may\n // introduce defaulting to application/x-www-form-urlencoded as a breaking change, and then\n // we can access .enctype directly.\n //\n // Note: getNamedItem can return null in real life, even if TypeScript doesn't think so, hence\n // the ?.\n // `form` can be null (closest() miss, or a form-less form-associated\n // element) — `!= null` covers both null and undefined so Reflect.get\n // is never invoked on a non-element receiver (\"Illegal invocation\").\n init.body =\n form != null &&\n Reflect.get(HTMLFormElement.prototype, \"attributes\", form).getNamedItem(\"enctype\")\n ?.value === \"application/x-www-form-urlencoded\"\n ? new URLSearchParams(preparationEvent.formData as any)\n : preparationEvent.formData;\n }\n const response = await fetchHTML(href, init);\n // If there is a problem fetching the new page, just do an MPA navigation to it.\n if (response === null) {\n preparationEvent.preventDefault();\n return;\n }\n // if there was a redirection, show the final URL in the browser's address bar\n if (response.redirected) {\n const redirectedTo = new URL(response.redirected);\n // but do not redirect cross origin\n if (redirectedTo.origin !== preparationEvent.to.origin) {\n preparationEvent.preventDefault();\n return;\n }\n // preserve fragment\n const fragment = preparationEvent.to.hash;\n preparationEvent.to = redirectedTo;\n preparationEvent.to.hash = fragment;\n }\n\n parser ??= new DOMParser();\n\n preparationEvent.newDocument = parser.parseFromString(response.html, response.mediaType);\n // The next line might look like a hack,\n // but it is actually necessary as noscript elements\n // and their contents are returned as markup by the parser,\n // see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString\n preparationEvent.newDocument.querySelectorAll(\"noscript\").forEach((el) => el.remove());\n\n // If ClientRouter is not enabled on the incoming page, do a full page load to it.\n // Unless this was a form submission, in which case we do not want to trigger another mutation.\n if (\n !preparationEvent.newDocument.querySelector('[name=\"zfb-view-transitions-enabled\"]') &&\n !preparationEvent.formData\n ) {\n preparationEvent.preventDefault();\n return;\n }\n\n const links = preloadStyleLinks(preparationEvent.newDocument);\n links.length && !preparationEvent.signal.aborted && (await Promise.all(links));\n\n // W3C2: prepareForClientOnlyComponents() goes here. Astro's DEV-only iframe\n // trick that hoists Vite per-component CSS for client:only islands does not\n // apply to zfb (W1B §13.5 — zfb islands inject CSS via the bundle), so the\n // call is intentionally absent rather than stubbed.\n }\n async function abortAndRecreateMostRecentTransition(): Promise<Transition> {\n if (mostRecentTransition) {\n if (mostRecentTransition.viewTransition) {\n try {\n mostRecentTransition.viewTransition.skipTransition();\n } catch {\n // might throw AbortError DOMException. Ignored on purpose.\n }\n try {\n // UpdateCallbackDone might already been settled, i.e. if the previous transition finished updating the DOM.\n // Could not take long, we wait for it to avoid parallel updates\n // (which are very unlikely as long as swap() is not async).\n await mostRecentTransition.viewTransition.updateCallbackDone;\n } catch {\n // There was an error in the update callback of the transition which we cancel.\n // Ignored on purpose\n }\n }\n }\n return (mostRecentTransition = { transitionSkipped: false });\n }\n\n const currentTransition = await abortAndRecreateMostRecentTransition();\n\n if (prepEvent.signal.aborted) {\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n notifyNavigationAborted(currentNavigation);\n return;\n }\n\n document.documentElement.setAttribute(DIRECTION_ATTR, prepEvent.direction);\n\n // Commit the SPA history entry BEFORE the transition's update callback runs.\n //\n // WebKit (all iOS browsers, incl. iOS Chrome) does not reliably commit a\n // distinct back/forward history entry when history.pushState() is issued\n // *inside* the document.startViewTransition() update callback: the URL bar\n // updates but no new entry is created, so a single Back press falls off the\n // site to the browser home (zudolab/zzmod#662). Committing the entry here —\n // outside the transition's update callback — makes WebKit create it; Chromium\n // is unaffected either way. moveToLocation() (called later from updateDOM,\n // inside the callback) then no-ops its own push/replace via the\n // `to.href !== location.href` guard, since location is already at the\n // committed URL, so currentHistoryIndex is not double-advanced.\n //\n // We use prepEvent.to (redirects are already resolved into it during\n // preparation) and write before the swap, while document.title is still the\n // old page's title — so the back entry keeps the correct (old-page) title\n // without needing moveToLocation's title juggle. Writing here also covers the\n // non-VT fallback path below in one place.\n //\n // Traverse (popstate) navigations carry historyState: the browser has already\n // moved, so they must NOT create a new entry here.\n //\n // Tracks whether this block ran (push OR replace) so moveToLocation (called\n // later, from updateDOM) knows a commit already happened for THIS navigation\n // — see moveToLocation's `historyCommittedEarly` parameter doc. #1398.\n let historyCommittedEarly = false;\n if (!historyState && prepEvent.to.href !== location.href) {\n historyCommittedEarly = true;\n if (options.history === \"replace\") {\n // Mirror of the moveToLocation replace-path guard: `history.state` can be\n // null here too (page entered without a transition state), so synthesize a\n // state from the tracked index/scroll instead of dereferencing null.\n const current = history.state ?? {\n index: currentHistoryIndex,\n scrollX,\n scrollY,\n };\n safeReplaceState(\n {\n ...options.state,\n index: current.index,\n scrollX: current.scrollX,\n scrollY: current.scrollY,\n },\n \"\",\n prepEvent.to.href,\n );\n } else {\n safePushState(\n { ...options.state, index: ++currentHistoryIndex, scrollX: 0, scrollY: 0 },\n \"\",\n prepEvent.to.href,\n );\n }\n }\n\n let domUpdateOutcome: DOMUpdateOutcome | undefined;\n\n if (supportsViewTransitions && !hasUAVisualTransition) {\n // This automatically cancels any previous transition\n // We also already took care that the earlier update callback got through\n currentTransition.viewTransition = document.startViewTransition(async () => {\n domUpdateOutcome = await updateDOM(\n prepEvent,\n options,\n currentNavigation,\n currentTransition,\n historyState,\n undefined,\n historyCommittedEarly,\n );\n });\n } else {\n // Simulation mode requires a bit more manual work.\n // Also used when PopStateEvent.hasUAVisualTransition indicates the browser already\n // provided a visual transition (e.g. Safari swipe gesture) — in that case, fallback\n // is \"swap\" to skip animations.\n const updateDone = (async () => {\n // Immediately paused to set up the ViewTransition object for Fallback mode\n await Promise.resolve(); // hop through the micro task queue\n domUpdateOutcome = await updateDOM(\n prepEvent,\n options,\n currentNavigation,\n currentTransition,\n historyState,\n hasUAVisualTransition ? \"swap\" : getFallback(),\n historyCommittedEarly,\n );\n return undefined;\n })();\n\n // When the updateDone promise is settled,\n // we have run and awaited all swap functions and the after-swap event\n // This qualifies for \"updateCallbackDone\".\n //\n // For the build in ViewTransition, \"ready\" settles shortly after \"updateCallbackDone\",\n // i.e. after all pseudo elements are created and the animation is about to start.\n // In simulation mode the \"old\" animation starts before swap,\n // the \"new\" animation starts after swap. That is not really comparable.\n // Thus we go with \"very, very shortly after updateCallbackDone\" and make both equal.\n //\n // \"finished\" resolves after all animations are done.\n\n currentTransition.viewTransition = {\n updateCallbackDone: updateDone, // this is about correct\n ready: updateDone, // good enough\n // Finished promise could have been done better: finished rejects iff updateDone does.\n // Our simulation always resolves, never rejects.\n finished: new Promise((r) => (currentTransition.viewTransitionFinished = r as () => void)), // see end of updateDOM\n skipTransition: () => {\n currentTransition.transitionSkipped = true;\n // This cancels all animations of the simulation\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n },\n types: new Set<string>(), // empty by default\n };\n }\n // In earlier versions was then'ed on viewTransition.ready which would not execute\n // if the visual part of the transition has errors or was skipped\n currentTransition.viewTransition?.updateCallbackDone.finally(async () => {\n if (domUpdateOutcome !== \"swapped\") return;\n await runScripts();\n // Mount new island markers introduced by the body swap. Fire-and-forget;\n // each island's scheduleHydrate call is async (idle / visible). Called after\n // runScripts() so any new mountIslands() registration from inline scripts in\n // the new page has already run. Called before onPageLoad() per W1B §12.2.\n mountNewIslands();\n onPageLoad();\n announce();\n });\n // finished.ready and finished.finally are the same for the simulation but not\n // necessarily for native view transition, where finished rejects when updateCallbackDone does.\n currentTransition.viewTransition?.finished.finally(() => {\n // exactOptionalPropertyTypes: true forbids assigning `undefined` to an optional\n // `viewTransition?: ViewTransition` slot — `delete` is the equivalent reset.\n delete currentTransition.viewTransition;\n if (currentTransition === mostRecentTransition) mostRecentTransition = undefined;\n if (currentNavigation === mostRecentNavigation) mostRecentNavigation = undefined;\n document.documentElement.removeAttribute(DIRECTION_ATTR);\n document.documentElement.removeAttribute(OLD_NEW_ATTR);\n });\n try {\n // Compatibility:\n // In an earlier version we awaited viewTransition.ready, which includes animation setup.\n // Scripts that depend on the view transition pseudo elements should hook on viewTransition.ready.\n await currentTransition.viewTransition?.updateCallbackDone;\n } catch (e) {\n // This log doesn't make it worse than before, where we got error messages about uncaught exceptions, which can't be caught when the trigger was a click or history traversal.\n // Needs more investigation on root causes if errors still occur sporadically\n const err = e as Error;\n // biome-ignore lint/suspicious/noConsole: allowed\n console.log(\"[zfb]\", err.name, err.message, err.stack);\n }\n}\n\nlet navigateOnServerWarned = false;\n\nexport async function navigate(href: string, options?: Options) {\n if (inBrowser === false) {\n if (!navigateOnServerWarned) {\n // instantiate an error for the stacktrace to show to user.\n const warning = new Error(\n \"The view transitions client API was called during a server side render. This may be unintentional as the navigate() function is expected to be called in response to user interactions. Please make sure that your usage is correct.\",\n );\n warning.name = \"Warning\";\n // biome-ignore lint/suspicious/noConsole: allowed\n console.warn(warning);\n navigateOnServerWarned = true;\n }\n return;\n }\n if (!supportsViewTransitions && getFallback() === \"none\") {\n const url = new URL(href, location.href);\n // Honor the history option on the full-load fallback path: \"replace\"\n // must not leave a back-button entry, so use location.replace().\n if (options?.history === \"replace\") {\n location.replace(url.href);\n } else {\n location.href = url.href;\n }\n return;\n }\n // `originalLocation` is seeded by init(); seed it here too so an init-less\n // caller never hands transition() an undefined \"from\" URL.\n ensureNavigationState();\n await transition(\"forward\", originalLocation, new URL(href, location.href), options ?? {});\n}\n\nfunction onPopState(ev: PopStateEvent) {\n if (!transitionEnabledOnThisPage() && ev.state) {\n // The current page doesn't have View Transitions enabled\n // but the page we navigate to does (because it set the state).\n // Do a full page refresh to reload the client-side router from the new page.\n location.reload();\n return;\n }\n\n // History entries without state are created by the browser (e.g. for hash links)\n // Our view transition entries always have state.\n // Just ignore stateless entries.\n // The browser will handle navigation fine without our help\n if (ev.state === null) {\n return;\n }\n const state: State = history.state;\n const nextIndex = state.index;\n const direction: Direction = derivePopDirection(nextIndex, currentHistoryIndex);\n // Only advance the tracked index when the entry carries a usable index.\n // After a bfcache restore the index can be missing/NaN; clobbering the\n // tracked value with NaN would poison every subsequent direction calc, so\n // keep the last known-good index in that case (see derivePopDirection).\n if (Number.isFinite(nextIndex)) {\n currentHistoryIndex = nextIndex;\n }\n transition(\n direction,\n originalLocation,\n new URL(location.href),\n {},\n state,\n ev.hasUAVisualTransition,\n );\n}\n\n// Decide forward vs back from the popped entry's index against the last\n// tracked index. Two desync cases a WebKit bfcache restore can produce:\n// - missing / NaN `next` (restored entry lost its index): handled explicitly\n// below — we cannot prove a forward move, so treat it as \"back\" (the safe\n// default; a forward misclassification is what makes Back skip to the wrong\n// page).\n// - `next === current` (index unchanged after a desync/replace): falls out of\n// the `>` comparison as \"back\" — not a forward navigation.\nfunction derivePopDirection(nextIndex: number, trackedIndex: number): Direction {\n if (!Number.isFinite(nextIndex)) return \"back\";\n return nextIndex > trackedIndex ? \"forward\" : \"back\";\n}\n\nconst onScrollEnd = () => {\n // NOTE: our \"popstate\" event handler may call `pushState()` or\n // `replaceState()` and then `scrollTo()`, which will fire \"scroll\" and\n // \"scrollend\" events. To avoid redundant work and expensive calls to\n // `replaceState()`, we simply check that the values are different before\n // updating.\n if (history.state && (scrollX !== history.state.scrollX || scrollY !== history.state.scrollY)) {\n updateScrollPosition({ scrollX, scrollY });\n }\n};\n\n// zfb-only addition (no Astro upstream — see file header \"zfb-only additions\").\n// WebKit serves Back navigations after an SPA route change from the bfcache:\n// the page is restored without re-evaluating this module or re-running init(),\n// so `seedPageState()` below (which sets `currentHistoryIndex` from\n// `history.state.index`) never re-runs and the tracked index can desync from\n// the live history stack. A desynced index makes onPopState's direction calc\n// misfire, so Back skips an entry. On a persisted (bfcache) restore we re-seed\n// the tracked index and the `originalLocation` \"from\" URL from the live state,\n// and restore scroll — mirroring that seed. This is a no-op on a normal load\n// (`persisted` falsy/absent) and idempotent (re-seeding from the same state\n// twice changes nothing and fires no transition).\nconst onPageShow = (ev: PageTransitionEvent) => {\n // Normal (non-bfcache) loads already ran init()'s seed; leave them be.\n if (!ev.persisted) return;\n // init() seeds `originalLocation` and `currentHistoryIndex` together; re-sync\n // both here so the next transition() gets the correct `from` URL (a stale\n // `originalLocation` would feed onPopState the wrong origin).\n originalLocation = new URL(location.href);\n const index = history.state?.index;\n if (Number.isFinite(index)) {\n currentHistoryIndex = index;\n }\n if (history.state) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n};\n\n// ---- initialization (folded out of module scope by #2436) ----\n\n// Once-guard for the page-state phase of init(). Deliberately SEPARATE from the\n// `initialized` latch below, because the two phases have different eligibility:\n// this one runs on EVERY browser page — including one where view transitions\n// are ineligible (no native support and fallback \"none\") — while the activation\n// listeners are VT-gated. A single shared latch would either skip this phase\n// forever after an ineligible early call, or latch activation on a page that\n// never qualified for it. (#2436)\nlet pageStateSeeded = false;\n\n/**\n * Everything module evaluation used to do for EVERY browser page, regardless\n * of view-transition eligibility: restore (or seed) this page's history entry\n * and its scroll position, and mark the scripts the initial page load already\n * executed so runScripts() does not re-run them after a swap.\n *\n * Called from init() BEFORE its eligibility early-return — that gating\n * asymmetry is load-bearing and predates the fold: a page with fallback \"none\"\n * still needs its history entry restored and its scripts marked. (#2436)\n */\nfunction seedPageState(): void {\n if (pageStateSeeded) return;\n pageStateSeeded = true;\n\n if (history.state) {\n // Here we reloaded a page with history state\n // (e.g. history navigation from non-transition page or browser reload)\n // Adopt only a finite index — a foreign pre-init history.state (e.g. a\n // consumer's own replaceState({modal: true})) has no router index, and\n // adopting undefined would stamp the next push with NaN. Same guard as\n // ensureNavigationState() and onPageShow(). (#2436)\n const index = history.state.index;\n if (Number.isFinite(index)) currentHistoryIndex = index;\n // Skip the scroll restore when an init-less navigate()/syncHistoryEntry()\n // already ran on this page (navigationStateSeeded latched before init):\n // the entry it pushed is stamped scrollX/scrollY 0, and a late-activating\n // init() must not yank the already-scrolled viewport to the top. (#2436)\n if (!navigationStateSeeded) {\n scrollTo({ left: history.state.scrollX, top: history.state.scrollY });\n }\n } else if (transitionEnabledOnThisPage()) {\n // This page is loaded from the browser address bar or via a link from extern,\n // it needs a state in the history\n safeReplaceState({ index: currentHistoryIndex, scrollX, scrollY }, \"\");\n history.scrollRestoration = \"manual\";\n }\n\n for (const script of document.getElementsByTagName(\"script\")) {\n detectScriptExecuted(script);\n script.dataset[\"zfbExec\"] = \"\";\n }\n}\n\n/**\n * Register the window-level navigation listeners. Called from init() only\n * after the view-transition eligibility check, and only once — the\n * `initialized` latch owns this phase.\n */\nfunction registerNavigationListeners(): void {\n addEventListener(\"popstate\", onPopState);\n addEventListener(\"load\", onPageLoad);\n // Re-sync the tracked history index + scroll on a WebKit bfcache restore;\n // a no-op on normal loads. See onPageShow above.\n addEventListener(\"pageshow\", onPageShow);\n // There's not a good way to record scroll position before a history back\n // navigation, so we will record it when the user has stopped scrolling.\n if (\"onscrollend\" in window) addEventListener(\"scrollend\", onScrollEnd);\n else {\n // Keep track of state between intervals\n let intervalId: number | undefined, lastY: number, lastX: number, lastIndex: State[\"index\"];\n const scrollInterval = () => {\n // The interval can outlive its document context — a test-env teardown or a\n // real page unload removes window/history before the 50ms tick. `typeof`\n // never throws even when the global is gone: stop the interval and bail\n // rather than dereferencing a torn-down global (the #1061 bug class; #1063).\n // In a real browser these globals always exist, so this path is test-env\n // only. clearInterval may itself be mid-teardown, so guard the call too.\n if (typeof window === \"undefined\" || typeof history === \"undefined\") {\n if (typeof clearInterval === \"function\") clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check the index to see if a popstate event was fired\n if (lastIndex !== history.state?.index) {\n clearInterval(intervalId);\n intervalId = undefined;\n return;\n }\n // Check if the user stopped scrolling\n if (lastY === scrollY && lastX === scrollX) {\n // Cancel the interval and update scroll positions\n clearInterval(intervalId);\n intervalId = undefined;\n onScrollEnd();\n return;\n } else {\n ((lastY = scrollY), (lastX = scrollX));\n }\n };\n // We can't know when or how often scroll events fire, so we'll just use them to start intervals\n addEventListener(\n \"scroll\",\n () => {\n if (intervalId !== undefined) return;\n ((lastIndex = history.state?.index), (lastY = scrollY), (lastX = scrollX));\n intervalId = window.setInterval(scrollInterval, 50);\n },\n { passive: true },\n );\n }\n}\n\n// ---- W3C3: click + form intercept, public idempotent init() ----\n\n// Returns true when the modifier-key combo or mouse button means \"open in new tab / download\".\n// Matches Astro's `leavesWindow` helper in ClientRouter.astro.\nconst leavesWindow = (ev: MouseEvent): boolean =>\n (ev.button !== undefined && ev.button !== 0) || // non-left-click\n ev.metaKey || // new tab (Mac)\n ev.ctrlKey || // new tab (Windows/Linux)\n ev.altKey || // download\n ev.shiftKey; // new window\n\n// Track the last clicked element that will leave the window so form submit can check it.\nlet lastClickedElementLeavingWindow: EventTarget | null = null;\n\nfunction handleClick(ev: MouseEvent): void {\n let link: EventTarget | null = ev.target;\n\n // Record whether this click will leave the window (used by form submit handler).\n lastClickedElementLeavingWindow = leavesWindow(ev) ? link : null;\n\n // Shadow DOM: prefer composedPath target over ev.target.\n if (ev.composed) {\n link = ev.composedPath()[0] ?? link;\n }\n\n // Walk up to the nearest <a>, <area>, or <svg:a>.\n if (link instanceof Element) {\n link = link.closest(\"a, area\");\n }\n\n if (\n !(link instanceof HTMLAnchorElement) &&\n !(link instanceof SVGAElement) &&\n !(link instanceof HTMLAreaElement)\n ) {\n return;\n }\n\n const linkEl = link as HTMLAnchorElement | SVGAElement | HTMLAreaElement;\n const linkTarget =\n linkEl instanceof HTMLElement ? linkEl.target : (linkEl as SVGAElement).target.baseVal;\n const href = linkEl instanceof HTMLElement ? linkEl.href : (linkEl as SVGAElement).href.baseVal;\n\n if (!href) return;\n\n const origin = new URL(href, location.href).origin;\n\n if (\n // data-zfb-reload: caller wants a full browser reload, not a SPA transition.\n (linkEl as HTMLElement).dataset[\"zfbReload\"] !== undefined ||\n // download attribute: let browser handle download.\n linkEl.hasAttribute(\"download\") ||\n // Non-self target opens in a new context — skip.\n (linkTarget && linkTarget !== \"_self\") ||\n // Cross-origin: not ours to handle.\n origin !== location.origin ||\n // Modifier key / non-left-click combo: user wants new tab / window / download.\n lastClickedElementLeavingWindow !== null ||\n // Another handler already handled this event.\n ev.defaultPrevented\n ) {\n return;\n }\n\n ev.preventDefault();\n navigate(href, {\n // data-zfb-history=\"replace\" opts a link into replaceState instead of pushState.\n history: (linkEl as HTMLElement).dataset[\"zfbHistory\"] === \"replace\" ? \"replace\" : \"auto\",\n sourceElement: linkEl,\n });\n}\n\nfunction handleSubmit(ev: SubmitEvent): void {\n const el = ev.target as HTMLElement;\n const submitter = ev.submitter as HTMLElement | null;\n\n // If the submit was triggered by a modifier-key click, treat as normal browser submit.\n const clickedWithKeys = submitter !== null && submitter === lastClickedElementLeavingWindow;\n lastClickedElementLeavingWindow = null;\n\n if (\n el.tagName !== \"FORM\" ||\n ev.defaultPrevented ||\n el.dataset[\"zfbReload\"] !== undefined ||\n clickedWithKeys\n ) {\n return;\n }\n\n const form = el as HTMLFormElement;\n const formData = new FormData(form, submitter ?? undefined);\n\n // form.action / form.method can be shadowed by <input name=\"action\"> / <input name=\"method\">,\n // so fall back to getAttribute() when the property is not a string. (Astro's comment.)\n const formAction = typeof form.action === \"string\" ? form.action : form.getAttribute(\"action\");\n const formMethod = typeof form.method === \"string\" ? form.method : form.getAttribute(\"method\");\n\n // Resolve action: submitter formaction attr overrides form action, fallback to current path.\n let action = submitter?.getAttribute(\"formaction\") ?? formAction ?? location.pathname;\n // Resolve method: submitter formmethod attr overrides form method, fallback to \"get\".\n const method = submitter?.getAttribute(\"formmethod\") ?? formMethod ?? \"get\";\n\n // The \"dialog\" method is a special keyword used within <dialog> elements —\n // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-method\n if (method === \"dialog\" || location.origin !== new URL(action, location.href).origin) {\n // No SPA transition in these cases — let browser handle it.\n return;\n }\n\n const options: import(\"./types.js\").Options = { sourceElement: submitter ?? form };\n if (method === \"get\") {\n const params = new URLSearchParams(formData as any);\n const url = new URL(action, location.href);\n url.search = params.toString();\n action = url.toString();\n } else {\n options.formData = formData;\n }\n\n ev.preventDefault();\n navigate(action, options);\n}\n\nexport interface InitOptions {\n /** Reserved for forward-compat with Astro's prefetch integration. Ignored in v1. */\n prefetchAll?: boolean;\n}\n\n// Guard flag — ensures the activation listeners (popstate/load/pageshow/scroll\n// plus click + submit) are registered only once even if init() is called\n// multiple times (e.g. two <ClientRouter> mounts on the same page).\nlet initialized = false;\n\n/**\n * Bootstrap the client router on this page: restore its history entry, mark\n * the already-executed scripts, and wire up the navigation, click and\n * form-submit listeners. Safe to call multiple times — each of the two phases\n * runs at most once (idempotent).\n *\n * Evaluating this module does nothing; every side effect the router performs\n * at startup happens here (#2436). Two once-guards rather than one, because\n * the phases have different eligibility — see `pageStateSeeded`.\n *\n * @param _options - Forward-compat hook matching Astro's init() signature. Ignored in v1.\n */\nexport function init(_options?: InitOptions): void {\n if (!inBrowser) return;\n\n // Phase 1 — runs on every browser page, even a view-transition-ineligible\n // one, and therefore BEFORE the eligibility early-return below.\n seedPageState();\n\n if (initialized) return;\n\n // Phase 2 — activation. Latch the guard only AFTER this eligibility check:\n // an ineligible early call (fallback \"none\" and no native view transitions)\n // must not permanently latch `initialized`, or a later legitimately-eligible\n // init() would no-op forever.\n if (!supportsViewTransitions && getFallback() === \"none\") return;\n\n initialized = true;\n\n // Where we came from, for the first transition() of this page. Re-seeded\n // unconditionally at activation (as module evaluation used to do), so it\n // reflects the URL at activation time even if an init-less navigate() or\n // syncHistoryEntry() already primed it via ensureNavigationState().\n navigationStateSeeded = true;\n originalLocation = new URL(location.href);\n\n registerNavigationListeners();\n\n document.addEventListener(\"click\", handleClick);\n document.addEventListener(\"submit\", handleSubmit as EventListener);\n\n // Prefetch hook intentionally omitted from v1 — see https://github.com/zudolab/zudo-doc/issues/1527\n // (Followup tracker for porting Astro prefetch module).\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb-runtime",
3
- "version": "2.11.0",
3
+ "version": "2.13.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "JavaScript runtime for zfb static sites — Hono-backed page router, content snapshots, and client-side hydration.",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^19.2.3",
78
- "@takazudo/zfb": "2.11.0"
78
+ "@takazudo/zfb": "2.13.0"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "react": {
@@ -89,7 +89,7 @@
89
89
  "react": "^19.2.3",
90
90
  "typescript": "^5.9.0",
91
91
  "vitest": "^2.1.9",
92
- "@takazudo/zfb": "2.11.0"
92
+ "@takazudo/zfb": "2.13.0"
93
93
  },
94
94
  "scripts": {
95
95
  "build": "tsc",