SerialPort.close()
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The SerialPort.close() method of the SerialPort interface returns a Promise that resolves when the port closes.
Syntax
var promise = SerialPort.close();
Parameters
None.
Return value
A Promise.
Specifications
| Specification |
|---|
| Web Serial API # dom-serialport-close |
Browser compatibility
BCD tables only load in the browser