location top-level property

WorkerLocation get location

Returns workerGlobal's WorkerLocation object.

MDN Reference

Implementation

_i3.WorkerLocation get location => _i4.getProperty(
      _self,
      'location',
    );