AngularTS
Preparing search index...
WorkerConnection
Interface WorkerConnection
interface
WorkerConnection
{
config
:
WorkerConfig
;
post
(
data
:
unknown
)
:
void
;
restart
()
:
void
;
terminate
()
:
void
;
}
Index
Properties
config
Methods
post
restart
terminate
Properties
config
config
:
WorkerConfig
Methods
post
post
(
data
:
unknown
)
:
void
Parameters
data
:
unknown
Returns
void
restart
restart
()
:
void
Returns
void
terminate
terminate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
Methods
post
restart
terminate
AngularTS
Loading...