get method

JSPromise<Client?> get(
  1. String id
)

The get() method of the Clients interface gets a service worker client matching a given id and returns it in a Promise.

Implementation

external JSPromise<Client?> get(String id);