IOnSerialPortAdded Type
Emitted after navigator.serial.requestPort has been called and select-serial-port has fired if a new serial port becomes available before the callback from select-serial-port is called. This event is intended for use when using a UI to ask users to pick a port so that the UI can be updated with the newly added port.
Instance members
| Instance member |
Description
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.port
Modifiers: abstract |
|
Full Usage:
this.webContents
Modifiers: abstract |
|
fable-electron-docs-api