location property
WorkerLocation
get
location
The location
read-only property of the WorkerGlobalScope interface
returns the WorkerLocation associated with the worker. It is a specific
location object, mostly a subset of the Location for browsing scopes,
but adapted to workers.
Implementation
external WorkerLocation get location;