capacitor-plugin-useragent
v0.1.0
Published
Allows you to change your User-Agent for HTTP requests.
Downloads
3,335
Readme
capacitor-plugin-useragent
Allows you to change your User-Agent for HTTP requests.
Install
npm install capacitor-plugin-useragent
npx cap syncAPI
set(...)
set(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
get()
get() => Promise<{ value: string; }>Returns: Promise<{ value: string; }>
reset()
reset() => Promise<{ value: string; }>Returns: Promise<{ value: string; }>
