Preparing search index...
The search index is not available
supaworker-js
supaworker-js
SupaworkerHandler
Type Alias SupaworkerHandler<Payload>
SupaworkerHandler
:
(
job
:
SupaworkerJob
<
Payload
>
)
=>
Promise
<
void
>
A function that handles a job.
Type Parameters
Payload
Type declaration
(
job
:
SupaworkerJob
<
Payload
>
)
:
Promise
<
void
>
Parameters
job
:
SupaworkerJob
<
Payload
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supaworker-js
Loading...
A function that handles a job.