@types/chrome 0.0.177 → 0.0.178
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 +1 -1
- 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, 04 Feb 2022 03:31:26 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
|
@@ -5820,7 +5820,7 @@ declare namespace chrome.pageCapture {
|
|
|
5820
5820
|
* function(binary mhtmlData) {...};
|
|
5821
5821
|
* Parameter mhtmlData: The MHTML data as a Blob.
|
|
5822
5822
|
*/
|
|
5823
|
-
export function saveAsMHTML(details: SaveDetails, callback: (mhtmlData?:
|
|
5823
|
+
export function saveAsMHTML(details: SaveDetails, callback: (mhtmlData?: Blob) => void): void;
|
|
5824
5824
|
}
|
|
5825
5825
|
|
|
5826
5826
|
////////////////////
|
chrome/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chrome",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.178",
|
|
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": "986bc801af162f902f7b811c231291ad71cc9e87873ffc738f31228ec34616f1",
|
|
102
102
|
"typeScriptVersion": "3.8"
|
|
103
103
|
}
|