You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9762,7 +9763,7 @@ declare var SecurityPolicyViolationEvent: {
9762
9763
*/
9763
9764
interface Serial extends EventTarget {
9764
9765
/**
9765
-
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host which the origin has permission to access.
9766
+
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host that the origin has permission to access.
* The **`SerialPort.getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
9831
+
* The **`getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
@@ -14302,7 +14303,7 @@ interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, N
14302
14303
*/
14303
14304
readonly permissions: Permissions;
14304
14305
/**
14305
-
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the entry point into the Web Serial API.
14306
+
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the worker entry point into the Web Serial API.
0 commit comments