location property

WorkerLocation get location

Returns workerGlobal's WorkerLocation object.

MDN Reference

Implementation

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