MCPcopy
hub / github.com/vuejs/composition-api / Window

Interface Window

test/globals.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare function waitForUpdate(cb: Function): Promise<any>
2
3declare interface Window {
4 waitForUpdate(cb: Function): Promise<any>
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…