SongGuess
Preparing search index...
server/worker-configuration
ExecutionContext
Interface ExecutionContext<Props>
interface
ExecutionContext
<
Props
=
unknown
>
{
cache
?:
CacheContext
;
exports
:
Cloudflare
.
Exports
;
props
:
Props
;
tracing
?:
Tracing
;
passThroughOnException
()
:
void
;
waitUntil
(
promise
:
Promise
<
any
>
)
:
void
;
}
Type Parameters
Props
=
unknown
Index
Properties
cache?
exports
props
tracing?
Methods
pass
Through
On
Exception
wait
Until
Properties
Optional
cache
cache
?:
CacheContext
Readonly
exports
exports
:
Cloudflare
.
Exports
Readonly
props
props
:
Props
Optional
tracing
tracing
?:
Tracing
Methods
pass
Through
On
Exception
passThroughOnException
()
:
void
Returns
void
wait
Until
waitUntil
(
promise
:
Promise
<
any
>
)
:
void
Parameters
promise
:
Promise
<
any
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
exports
props
tracing
Methods
pass
Through
On
Exception
wait
Until
SongGuess
Loading...