Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
TrustedWorkerArtifact
Interface TrustedWorkerArtifact
Platform-authored bytes that are never sourced from an external release.
interface
TrustedWorkerArtifact
{
compatibilityDate
:
string
;
compatibilityFlags
?:
readonly
string
[]
;
mainModule
:
string
;
modules
:
readonly
WorkerModule
[]
;
}
Index
Properties
compatibility
Date
compatibility
Flags?
main
Module
modules
Properties
Readonly
compatibility
Date
compatibilityDate
:
string
Optional
Readonly
compatibility
Flags
compatibilityFlags
?:
readonly
string
[]
Readonly
main
Module
mainModule
:
string
Readonly
modules
modules
:
readonly
WorkerModule
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
compatibility
Date
compatibility
Flags
main
Module
modules
Documentation
GitHub
Anchorage API reference
Loading...
Platform-authored bytes that are never sourced from an external release.