MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / waitUntil

Function waitUntil

worker/index.js:11–13  ·  view source on GitHub ↗
(promise)

Source from the content-addressed store, hash-verified

9 getLoadContext(event) {
10 return {
11 waitUntil(promise) {
12 return event.waitUntil(promise);
13 },
14 };
15 },
16 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected