MCPcopy 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 */
8export function installIntersectionObserverStub(sandbox, win) {
9 return new IntersectionObservers(sandbox, win);
10}
11
12class IntersectionObservers {
13 /**

Callers 1

test-scheduler.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected