ios-cache-controller
v0.1.1
Published
Enables clearing cookies/cache on ios to try and free up storage
Downloads
4
Maintainers
Readme
ios-cache-controller
Enables clearing cookies/cache on ios to try and free up storage
Install
npm install ios-cache-controller
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
clearCache()
clearCache() => Promise<void>