A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/CookieStoreManager/getSubscriptions below:

CookieStoreManager: getSubscriptions() method - Web APIs

CookieStoreManager: getSubscriptions() method

Limited availability

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

Note: This feature is available in Service Workers.

The getSubscriptions() method of the CookieStoreManager interface returns a list of all the cookie change subscriptions for this ServiceWorkerRegistration.

Syntax Parameters

None.

Return value

A Promise that resolves with a list of objects, each containing:

name

A string with the name of a cookie.

url

A string with the url of the scope used to subscribe to the cookie(s).

Examples

If the ServiceWorkerRegistration represented by registration has subscribed to any cookie change events, subscriptions will resolve to a list of objects containing the name and URL of those cookies.

const subscriptions = await self.registration.cookies.getSubscriptions();
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4