0.1.0 • Published 8 months ago

ios-cache-controller v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


clearCache()

clearCache() => Promise<void>

0.1.0

8 months ago