1.434.8
Patch Changes
-
#5054
36f356dThanks @posthog! - fix(dead-clicks): survive a denied property access in FirefoxFirefox denies property access on a DOM node from another origin or from a realm that was torn down. The detector reads
isConnectedandnodeTypeon mutation records and on composed paths, and readsgetRootNodeon selection endpoints, so the denial escaped the MutationObserver callback and stopped the rest of the batch from refreshing the liveness timestamp. A node that cannot be read is now treated as a node that cannot be inspected. (2026-09-22)