onPopState function ✓ 87.5%
Last updated: 2026-03-05T11:49:57.418Z
Metrics
LOC: 10
Complexity: 3
Params: 0
Coverage: 87.5% (7/8 lines, 0x executed)
Signature
onPopState(): : void
Source Code
function onPopState(): void {
if (!session || session.status !== "recording") return;
addStep({
type: "wait-for-url",
timestamp: now(),
url: window.location.href,
label: "URL changed (popstate)",
});
}