0.0.4 • Published 11 months ago

capacitor-plugin-useragent v0.0.4

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

capacitor-plugin-useragent

Allows you to change your User-Agent for HTTP requests.

Install

npm install capacitor-plugin-useragent
npx cap sync

API

set(...)

set(options: { value: string; }) => Promise<{ value: string; }>
ParamType
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; }>


0.0.4

11 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago