electron 13.6.3 → 13.6.9
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.
- package/electron.d.ts +4 -1
- package/package.json +1 -1
package/electron.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Type definitions for Electron 13.6.
|
|
1
|
+
// Type definitions for Electron 13.6.9
|
|
2
2
|
// Project: http://electronjs.org/
|
|
3
3
|
// Definitions by: The Electron Team <https://github.com/electron/electron>
|
|
4
4
|
// Definitions: https://github.com/electron/electron-typescript-definitions
|
|
@@ -9942,6 +9942,9 @@ The usage is the same with the `login` event of `app`.
|
|
|
9942
9942
|
* `webBluetooth` should be enabled. If `event.preventDefault` is not called, first
|
|
9943
9943
|
* available device will be selected. `callback` should be called with `deviceId`
|
|
9944
9944
|
* to be selected, passing empty string to `callback` will cancel the request.
|
|
9945
|
+
*
|
|
9946
|
+
* If no event listener is added for this event, all bluetooth requests will be
|
|
9947
|
+
* cancelled.
|
|
9945
9948
|
*/
|
|
9946
9949
|
on(event: 'select-bluetooth-device', listener: (event: Event,
|
|
9947
9950
|
devices: BluetoothDevice[],
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"node": ">= 8.6"
|
|
17
17
|
},
|
|
18
18
|
"name": "electron",
|
|
19
|
-
"version": "13.6.
|
|
19
|
+
"version": "13.6.9",
|
|
20
20
|
"repository": "https://github.com/electron/electron",
|
|
21
21
|
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
|
22
22
|
"license": "MIT",
|