@tovaz/capacitor-clear-webview-cache
v0.0.6
Published
Native capacitor plugin to clear webview caches
Downloads
236
Readme
@tovaz/capacitor-clear-webview-cache
Native capacitor plugin to clear webview caches
Install
npm install @tovaz/capacitor-clear-webview-cache
npx cap syncAPI
nocNoc(...)
nocNoc(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
clearCache(...)
clearCache(options?: ClearCacheOptions | undefined) => Promise<{ value: boolean; }>| Param | Type |
| ------------- | --------------------------------------------------------------- |
| options | ClearCacheOptions |
Returns: Promise<{ value: boolean; }>
Interfaces
ClearCacheOptions
| Prop | Type |
| -------------------- | -------------------- |
| includeCookies | boolean |
