(ev: Event)
| 215 | }; |
| 216 | |
| 217 | const processWindowEvent = (ev: Event) => { |
| 218 | broadcast('-window', ev, camelToKebab(ev.type)); |
| 219 | }; |
| 220 | |
| 221 | const processReadyStateChange = () => { |
| 222 | const readyState = doc.readyState; |
nothing calls this directly
no test coverage detected
searching dependent graphs…