Skip to content

Commit

Permalink
doc: add VM2.19.1 to GM_xxxValues
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jun 27, 2024
1 parent fc2e9e3 commit f4f8afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/api/gm.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ let value = GM_getValue(key, defaultValue)

### GM_getValues

*Since VM2.19.1*

Retrieves multiple values for current script from storage.

```js
Expand Down Expand Up @@ -158,6 +160,8 @@ GM_setValue(key, value)
### GM_setValues
*Since VM2.19.1*
Writes multiple values to current script's storage.

```js
Expand All @@ -184,6 +188,8 @@ GM_deleteValue(key)

### GM_deleteValues

*Since VM2.19.1*

Deletes values with the specified keys in current script's storage.
```js
Expand Down

0 comments on commit f4f8afb

Please sign in to comment.