@types/chrome 0.0.158 → 0.0.159
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.
- chrome/README.md +1 -1
- chrome/index.d.ts +2 -2
- 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: Fri, 08 Oct 2021 16:31:22 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
|
@@ -10919,11 +10919,11 @@ declare namespace chrome.declarativeNetRequest {
|
|
|
10919
10919
|
IMAGE = "image",
|
|
10920
10920
|
FONT = "font",
|
|
10921
10921
|
OBJECT = "object",
|
|
10922
|
-
|
|
10922
|
+
XMLHTTPREQUEST = "xmlhttprequest",
|
|
10923
10923
|
PING = "ping",
|
|
10924
10924
|
CSP_REPORT = "csp_report",
|
|
10925
10925
|
MEDIA = "media",
|
|
10926
|
-
|
|
10926
|
+
WEBSOCKET = "websocket",
|
|
10927
10927
|
OTHER = "other"
|
|
10928
10928
|
}
|
|
10929
10929
|
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.159",
|
|
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",
|
|
@@ -98,6 +98,6 @@
|
|
|
98
98
|
"@types/filesystem": "*",
|
|
99
99
|
"@types/har-format": "*"
|
|
100
100
|
},
|
|
101
|
-
"typesPublisherContentHash": "
|
|
101
|
+
"typesPublisherContentHash": "a04bf9677124c275908329b4be2146fbc75190a247fb61ad461844199cceee40",
|
|
102
102
|
"typeScriptVersion": "3.7"
|
|
103
103
|
}
|