-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1. (reported as 43ms)
/js/cagov-custom.min.js?vjan26a:6:98014
e.counterAlreadyFired || (e => {
const t = e.getBoundingClientRect();
return t.top < window.innerHeight && t.bottom > 0
}
... Specifically, on the
e.getBoundingClientRect();
2. (reported as 1ms)
/js/cagov-custom.min.js?vjan26a:6:109342
const r = document.querySelectorAll(".main-content, footer, .site-footer, .utility-header, .branding")
, a = document.querySelector("header")
, l = () => "0" === getComputedStyle(document.documentElement).getPropertyValue("--is-mobile").trim()
, c = () => {
... specifically, on the
.getPropertyValue("--is-mobile")
3. (reported as0ms)
/js/cagov-custom.min.js?vjan26a:6:85199
const e = () => "0" === getComputedStyle(document.documentElement).getPropertyValue("--is-mobile").trim()
... specifically, on the
.getPropertyValue("--is-mobile")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels