MCPcopy
hub / github.com/QwikDev/qwik / processWindowEvent

Function processWindowEvent

packages/qwik/src/qwikloader.ts:217–219  ·  view source on GitHub ↗
(ev: Event)

Source from the content-addressed store, hash-verified

215};
216
217const processWindowEvent = (ev: Event) => {
218 broadcast('-window', ev, camelToKebab(ev.type));
219};
220
221const processReadyStateChange = () => {
222 const readyState = doc.readyState;

Callers

nothing calls this directly

Calls 2

broadcastFunction · 0.85
camelToKebabFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…