0.1.0 • Published 8 months ago
ios-cache-controller v0.1.0
ios-cache-controller
Enables clearing cookies/cache on ios to try and free up storage
Install
npm install ios-cache-controller
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
clearCache()
clearCache() => Promise<void>
0.1.0
8 months ago