name property
String
get
name
@AvailableInWorkers("dedicated")
The name read-only property of the
DedicatedWorkerGlobalScope interface returns the name that the
Worker was (optionally) given when it was created. This is the name that
the Worker.Worker constructor can pass to get a reference to
the DedicatedWorkerGlobalScope.
Implementation
external String get name;