Cookies

external class Cookies : <ERROR CLASS> ERROR CLASS: Symbol not found for NodeEventEmitter(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val changedEvent: ERROR CLASS: Symbol not found for node.events.EventInstance<ERROR CLASS: Symbol not found for js.array.Tuple4<electron/core/Event<*>, electron/core/Cookie, electron/core/CookiesAddListenerListenerCause, kotlin/Boolean>>

Functions

Link copied to clipboard
fun flushStore(): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>

A promise which resolves when the cookie store has been flushed

Link copied to clipboard
fun get(filter: CookiesGetFilter): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/Cookie>>

A promise which resolves an array of cookie objects.

Link copied to clipboard
fun remove(url: String, name: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>

A promise which resolves when the cookie has been removed

Link copied to clipboard
fun set(details: CookiesSetDetails): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>

A promise which resolves when the cookie has been set