unsubscribe method
@AvailableInWorkers("window_and_service")
The unsubscribe()
method of the CookieStoreManager interface stops
the ServiceWorkerRegistration from receiving previously subscribed
events.
Implementation
external JSPromise<JSAny?> unsubscribe(
JSArray<CookieStoreGetOptions> subscriptions);