fix: ensure bluetooth devices are not returned by default (#32178)
This commit is contained in:
parent
1facbb4a09
commit
a11f5cbb27
2 changed files with 10 additions and 0 deletions
|
@ -736,6 +736,8 @@ first available device will be selected. `callback` should be called with
|
|||
`deviceId` to be selected, passing empty string to `callback` will
|
||||
cancel the request.
|
||||
|
||||
If no event listener is added for this event, all bluetooth requests will be cancelled.
|
||||
|
||||
```javascript
|
||||
const { app, BrowserWindow } = require('electron')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue