1.0.14 • Published 3 years ago

@roelandtsw/cookie-master v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@roelandtsw/cookie-master

The cookie master API is created to clear cookies in electron app (node.js layer) It is a capacitor plugin

Install

npm install @roelandtsw/cookie-master
npx cap sync

Example

let oMessage = await CapacitorCustomPlatform.plugins.CookieMaster.clearCookies();
console.log(oMessage);


let oMessage = await CapacitorCustomPlatform.plugins.CookieMaster.getCookies();
console.log(oMessage);

API

getCookies()

getCookies() => Promise<Cookies>

Return all cookies from the node.js layer (electron)

Returns: Promise<Cookies>

Since: 1.0.0


clearCookies()

clearCookies() => Promise<Cookies>

Clear all cookies on the node.js layer (electron)

Returns: Promise<Cookies>

Since: 1.0.0


Interfaces

Cookies

PropTypeDescriptionSince
danyGeneric message interface1.0.0
1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago