Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ installIntersectionObserverStub
Function
installIntersectionObserverStub
testing/intersection-observer-stub.js:8–10 ·
view source on GitHub ↗
(sandbox, win)
Source
from the content-addressed store, hash-verified
6
* @
return
{!IntersectionObservers}
7
*/
8
export
function
installIntersectionObserverStub(sandbox, win) {
9
return
new
IntersectionObservers(sandbox, win);
10
}
11
12
class
IntersectionObservers {
13
/**
Callers
1
test-scheduler.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected