owservable
Preparing search index...
WorkerType
Type Alias WorkerType
type
WorkerType
=
{
init
?:
()
=>
Promise
<
void
>
;
work
:
()
=>
void
|
Promise
<
void
>
;
}
Index
Properties
init?
work
Properties
Optional
init
init
?:
()
=>
Promise
<
void
>
work
work
:
()
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
work
owservable
Loading...