()
| 105 | max: undefined |
| 106 | }); |
| 107 | const notify = () => { |
| 108 | for (const l of listenersRef.current) l(); |
| 109 | }; |
| 110 | function scrollMutated(el: DOMElement): void { |
| 111 | // Signal background intervals (IDE poll, LSP poll, GCS fetch, orphan |
| 112 | // check) to skip their next tick — they compete for the event loop and |
no outgoing calls
no test coverage detected