@types/chrome 0.0.222 → 0.0.223
Sign up to get free protection for your applications and to get access to all the features.
- chrome/README.md +1 -1
- chrome/index.d.ts +3 -0
- chrome/package.json +2 -2
chrome/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Chrome extension development (http://
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 13 Mar 2023 22:32:43 GMT
|
12
12
|
* Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
|
13
13
|
* Global values: `chrome`
|
14
14
|
|
chrome/index.d.ts
CHANGED
@@ -6912,6 +6912,8 @@ declare namespace chrome.runtime {
|
|
6912
6912
|
| 'desktopCapture'
|
6913
6913
|
| 'documentScan'
|
6914
6914
|
| 'downloads'
|
6915
|
+
| 'downloads.shelf'
|
6916
|
+
| 'downloads.ui'
|
6915
6917
|
| 'enterprise.deviceAttributes'
|
6916
6918
|
| 'enterprise.hardwarePlatform'
|
6917
6919
|
| 'enterprise.networkingAttributes'
|
@@ -6931,6 +6933,7 @@ declare namespace chrome.runtime {
|
|
6931
6933
|
| 'management'
|
6932
6934
|
| 'nativeMessaging'
|
6933
6935
|
| 'notifications'
|
6936
|
+
| 'offscreen'
|
6934
6937
|
| 'pageCapture'
|
6935
6938
|
| 'platformKeys'
|
6936
6939
|
| 'power'
|
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.223",
|
4
4
|
"description": "TypeScript definitions for Chrome extension development",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
|
6
6
|
"license": "MIT",
|
@@ -93,6 +93,6 @@
|
|
93
93
|
"@types/filesystem": "*",
|
94
94
|
"@types/har-format": "*"
|
95
95
|
},
|
96
|
-
"typesPublisherContentHash": "
|
96
|
+
"typesPublisherContentHash": "abd12ccb585769aee0f8fd7ce505ed4416f28b9d2f6e7f57fad983136be04177",
|
97
97
|
"typeScriptVersion": "4.2"
|
98
98
|
}
|