@types/nw.js 0.91.0 → 0.92.0
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.
- nw.js/README.md +1 -1
- nw.js/index.d.ts +3 -1
- nw.js/package.json +2 -2
nw.js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for nw.js (http://nwjs.io).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nw.js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 26 Sep 2024 13:12:43 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
|
|
14
14
|
# Credits
|
nw.js/index.d.ts
CHANGED
|
@@ -1025,8 +1025,10 @@ declare global {
|
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Query the status of devtools window.
|
|
1028
|
+
*
|
|
1029
|
+
* @since v0.92.0
|
|
1028
1030
|
*/
|
|
1029
|
-
isDevToolsOpen():
|
|
1031
|
+
isDevToolsOpen(callback: (status: boolean) => void): void;
|
|
1030
1032
|
|
|
1031
1033
|
/**
|
|
1032
1034
|
* Print the web contents in the window without the need for user’s interaction.
|
nw.js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nw.js",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.92.0",
|
|
4
4
|
"description": "TypeScript definitions for nw.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nw.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@types/node": "*"
|
|
29
29
|
},
|
|
30
|
-
"typesPublisherContentHash": "
|
|
30
|
+
"typesPublisherContentHash": "f24f6d7dc3db21a17f1e65bc6e95aa563ff80edf902e29800f2b57a8600b5ec8",
|
|
31
31
|
"typeScriptVersion": "4.8",
|
|
32
32
|
"nonNpm": true
|
|
33
33
|
}
|