get

inline suspend fun CookieStore.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. The method will return the first cookie that matches.

MDN Reference


inline suspend fun CookieStore.get(): CookieListItem?(source)