@lelemondev/sdk - v0.9.9
GitHub
npm
Preparing search index...
integrations/hono
ExecutionContext
Interface ExecutionContext
Execution context for edge runtimes (Cloudflare Workers, Deno Deploy)
interface
ExecutionContext
{
passThroughOnException
()
:
void
;
waitUntil
(
promise
:
Promise
<
unknown
>
)
:
void
;
}
Index
Methods
pass
Through
On
Exception
wait
Until
Methods
pass
Through
On
Exception
passThroughOnException
()
:
void
Returns
void
wait
Until
waitUntil
(
promise
:
Promise
<
unknown
>
)
:
void
Parameters
promise
:
Promise
<
unknown
>
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
pass
Through
On
Exception
wait
Until
GitHub
npm
@lelemondev/sdk - v0.9.9
Loading...
Execution context for edge runtimes (Cloudflare Workers, Deno Deploy)