Preparing search index...
The search index is not available
supaworker-js
supaworker-js
EnqueueFunction
Type Alias EnqueueFunction<Payload>
EnqueueFunction
:
(
jobs
:
SupaworkerEnqueueJobOptions
<
Payload
>
[]
,
)
=>
Promise
<
SupaworkerJob
<
Payload
>
[]
|
null
>
A function to enqueue jobs in the Supaworker system.
Type Parameters
Payload
Type declaration
(
jobs
:
SupaworkerEnqueueJobOptions
<
Payload
>
[]
,
)
:
Promise
<
SupaworkerJob
<
Payload
>
[]
|
null
>
Parameters
jobs
:
SupaworkerEnqueueJobOptions
<
Payload
>
[]
Returns
Promise
<
SupaworkerJob
<
Payload
>
[]
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supaworker-js
Loading...
A function to enqueue jobs in the Supaworker system.