set

suspend fun set(name: String, value: String)(source)

The set() method of the CookieStore interface sets a cookie with the given name and value or options object.

MDN Reference


suspend fun set(options: CookieInit)(source)