MCPcopy
hub / github.com/blitz-js/blitz / on

Method on

integration-tests/utils/browsers/base.ts:73–73  ·  view source on GitHub ↗
(event: Event, cb: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

71 return this
72 }
73 on(event: Event, cb: (...args: any[]) => void) {}
74 off(event: Event, cb: (...args: any[]) => void) {}
75 async loadPage(url: string, {disableCache: boolean, beforePageLoad: Function}): Promise<void> {}
76 async get(url: string): Promise<void> {}

Callers 15

initNextServerScriptFunction · 0.45
runBlitzCommandFunction · 0.45
runBlitzCommandDevFunction · 0.45
runNextCommandFunction · 0.45
runNextCommandDevFunction · 0.45
buildTSFunction · 0.45
withBlitzFunction · 0.45
componentDidMountMethod · 0.45
runFunction · 0.45
runFunction · 0.45
postWriteMethod · 0.45
postWriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected