diff --git a/index.html b/index.html
index eafec2a..94d515c 100644
--- a/index.html
+++ b/index.html
@@ -635,9 +635,21 @@
+
If the port is [=identifiable=], perform the following steps:
+
+ - Set |info|["{{SerialPortInfo/id}}"] to the [=identifier=]
+ of the port.
+
+
+
Return |info|.
+
+ A serial port is identifiable if the port can be uniquely
+ identified through an identifier across the user agent
+ restarts while it remains [=logically connected=].
+
SerialPortInfo dictionary
@@ -647,6 +659,7 @@
unsigned short usbVendorId;
unsigned short usbProductId;
BluetoothServiceUUID bluetoothServiceClassId;
+ DOMString id;
};
@@ -674,6 +687,14 @@
be a {{BluetoothServiceUUID}} containing the service class UUID.
Otherwise it will be `undefined`.
+ -
+ id member
+
+ -
+ If the port is [=identifiable=], this member will be a
+ {{DOMString}} representing the [=identifier=] of the port. Otherwise
+ it will be `undefined`.
+