workerNavigator top-level property

dynamic get workerNavigator

A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator.

MDN Reference

Implementation

_i2.dynamic get workerNavigator => _i4.getProperty(
      _self,
      'WorkerNavigator',
    );