Skip to content

Commit 290ccf2

Browse files
committed
Updated for v12.0.8-wvvmp
1 parent b8e8df6 commit 290ccf2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

electron.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Electron 12.0.7
1+
// Type definitions for Electron 12.0.8
22
// Project: http://electronjs.org/
33
// Definitions by: The Electron Team <https://github.com/electron/electron>
44
// Definitions: https://github.com/electron/electron-typescript-definitions
@@ -12901,7 +12901,8 @@ See webContents.sendInputEvent for detailed description of `event` object.
1290112901
*/
1290212902
forward?: boolean;
1290312903
/**
12904-
* Whether the operation is first request or a follow up, defaults to `false`.
12904+
* Whether to begin a new text finding session with this request. Should be `true`
12905+
* for initial requests, and `false` for follow-up requests. Defaults to `false`.
1290512906
*/
1290612907
findNext?: boolean;
1290712908
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">= 8.6"
1717
},
1818
"name": "electron",
19-
"version": "12.0.7-wvvmp",
19+
"version": "12.0.8-wvvmp",
2020
"repository": "https://github.com/castlabs/electron-releases",
2121
"description": "Build cross platform desktop apps with JavaScript, HTML, CSS, and Widevine DRM protection",
2222
"license": "MIT",

0 commit comments

Comments
 (0)