getAll

suspend fun getAll(name: String): CookieList(source)

The getAll() method of the CookieStore interface returns a Promise that resolves as an array of cookies that match the name or options passed to it.

MDN Reference


suspend fun getAll(options: CookieStoreGetOptions = definedExternally): CookieList(source)