Skip to content

Commit f4f8afb

Browse files
committed
doc: add VM2.19.1 to GM_xxxValues
1 parent fc2e9e3 commit f4f8afb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/api/gm.md

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ let value = GM_getValue(key, defaultValue)
120120

121121
### GM_getValues
122122

123+
*Since VM2.19.1*
124+
123125
Retrieves multiple values for current script from storage.
124126

125127
```js
@@ -158,6 +160,8 @@ GM_setValue(key, value)
158160
159161
### GM_setValues
160162
163+
*Since VM2.19.1*
164+
161165
Writes multiple values to current script's storage.
162166

163167
```js
@@ -184,6 +188,8 @@ GM_deleteValue(key)
184188

185189
### GM_deleteValues
186190

191+
*Since VM2.19.1*
192+
187193
Deletes values with the specified keys in current script's storage.
188194
189195
```js

0 commit comments

Comments
 (0)