1.0.14 • Published 2 years ago

@roelandtsw/cookie-master v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago