()
| 432 | }; |
| 433 | |
| 434 | const getRoot = (): HTMLElement => settings.root_element || doc.body; |
| 435 | |
| 436 | const getViewPort = (argWin?: Window): GeomRect => { |
| 437 | const vp = WindowVisualViewport.getBounds(argWin); |
no outgoing calls
no test coverage detected
searching dependent graphs…