windowClient top-level property

dynamic get windowClient

This ServiceWorker API interface represents the scope of a service worker client that is a document in a browser context, controlled by an active worker. The service worker client independently selects and uses a service worker for its own loading and sub-resources.

MDN Reference

Implementation

_i2.dynamic get windowClient => _i4.getProperty(
      _self,
      'WindowClient',
    );