chrome-types 0.1.342 → 0.1.344
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_all.d.ts +5 -5
- package/index.d.ts +5 -5
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue Feb
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Feb 25 2025 22:32:11 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 315c95485c4aae5a199aef5b42b837451ff426db
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6408,7 +6408,7 @@ declare namespace chrome {
|
|
|
6408
6408
|
* `allow`: Allow sites to use the Private State Tokens API,
|
|
6409
6409
|
* `block`: Block sites from using the Private State Tokens API.
|
|
6410
6410
|
* Default is `allow`.
|
|
6411
|
-
*
|
|
6411
|
+
* When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
|
|
6412
6412
|
*
|
|
6413
6413
|
* @since Chrome 113
|
|
6414
6414
|
*/
|
|
@@ -6493,7 +6493,7 @@ declare namespace chrome {
|
|
|
6493
6493
|
* `ask`: Ask when a site wants to access the microphone.
|
|
6494
6494
|
* Default is `ask`.
|
|
6495
6495
|
* The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
|
|
6496
|
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
|
|
6496
|
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
|
|
6497
6497
|
*
|
|
6498
6498
|
* @since Chrome 46
|
|
6499
6499
|
*/
|
|
@@ -6518,7 +6518,7 @@ declare namespace chrome {
|
|
|
6518
6518
|
* `ask`: Ask when a site wants to access the camera.
|
|
6519
6519
|
* Default is `ask`.
|
|
6520
6520
|
* The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
|
|
6521
|
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
|
|
6521
|
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
|
|
6522
6522
|
*
|
|
6523
6523
|
* @since Chrome 46
|
|
6524
6524
|
*/
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue Feb
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Feb 25 2025 22:32:06 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 315c95485c4aae5a199aef5b42b837451ff426db
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3167,7 +3167,7 @@ declare namespace chrome {
|
|
|
3167
3167
|
* `allow`: Allow sites to use the Private State Tokens API,
|
|
3168
3168
|
* `block`: Block sites from using the Private State Tokens API.
|
|
3169
3169
|
* Default is `allow`.
|
|
3170
|
-
*
|
|
3170
|
+
* When calling `set()`, the primary URL pattern must be `<all_urls>`. The secondary URL is not used.
|
|
3171
3171
|
*
|
|
3172
3172
|
* @since Chrome 113
|
|
3173
3173
|
*/
|
|
@@ -3252,7 +3252,7 @@ declare namespace chrome {
|
|
|
3252
3252
|
* `ask`: Ask when a site wants to access the microphone.
|
|
3253
3253
|
* Default is `ask`.
|
|
3254
3254
|
* The primary URL is the URL of the document which requested microphone access. The secondary URL is not used.
|
|
3255
|
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
|
|
3255
|
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
|
|
3256
3256
|
*
|
|
3257
3257
|
* @since Chrome 46
|
|
3258
3258
|
*/
|
|
@@ -3277,7 +3277,7 @@ declare namespace chrome {
|
|
|
3277
3277
|
* `ask`: Ask when a site wants to access the camera.
|
|
3278
3278
|
* Default is `ask`.
|
|
3279
3279
|
* The primary URL is the URL of the document which requested camera access. The secondary URL is not used.
|
|
3280
|
-
* NOTE: The 'allow' setting is not valid if both patterns are ''.
|
|
3280
|
+
* NOTE: The 'allow' setting is not valid if both patterns are '<all\_urls>'.
|
|
3281
3281
|
*
|
|
3282
3282
|
* @since Chrome 46
|
|
3283
3283
|
*/
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "3c6f0c5c969c7920"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.344"
|
|
20
20
|
}
|