getAsync

The get() method of the CookieStore interface returns a Promise that resolves to a single cookie matching the given name or options object.

MDN Reference


fun getAsync(options: CookieStoreGetOptions = definedExternally): Promise<CookieListItem?>(source)