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