MCPcopy
hub / github.com/ampproject/amphtml / installResizeObserverStub

Function installResizeObserverStub

testing/resize-observer-stub.js:6–8  ·  view source on GitHub ↗
(sandbox, win)

Source from the content-addressed store, hash-verified

4 * @return {!ResizeObservers}
5 */
6export function installResizeObserverStub(sandbox, win) {
7 return new ResizeObservers(sandbox, win);
8}
9
10class ResizeObservers {
11 constructor(sandbox, win) {

Calls

no outgoing calls

Tested by

no test coverage detected