get

suspend fun get(name: String): CookieListItem?(source)

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


suspend fun get(options: CookieStoreGetOptions = definedExternally): CookieListItem?(source)