ServiceWorkerClientsMatchOptions constructor

ServiceWorkerClientsMatchOptions({
  1. bool? includeUncontrolled,
  2. String? type,
})

Implementation

external factory ServiceWorkerClientsMatchOptions(
    {bool? includeUncontrolled, String? type});