0.0.5 • Published 12 months ago

capacitor-plugin-useragent v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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.5

12 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago