Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ApoorvSaxena/lozad.js
/ isLoaded
Function
isLoaded
src/lozad.js:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
const
isLoaded = element => element.getAttribute(
'data-loaded'
) ===
'true'
97
98
const
onIntersection = (load, loaded) => (entries, observer) => {
99
entries.forEach(entry => {
Callers
3
onIntersection
Function · 0.85
observe
Function · 0.85
triggerLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected