diff --git a/index.html b/index.html index 204fe64..cf9e727 100644 --- a/index.html +++ b/index.html @@ -144,6 +144,19 @@

|options|["{{SerialPortRequestOptions/filters}}"] run the following steps:
    +
  1. If |filter|["{{SerialPortFilter/bluetoothServiceClassId}}"] is + present: +
      +
    1. + If |filter|["{{SerialPortFilter/usbVendorId}}"] is present, + [=reject=] |promise| with a {{TypeError}} and return |promise|. +
    2. +
    3. + If |filter|["{{SerialPortFilter/usbProductId}}"] is present, + [=reject=] |promise| with a {{TypeError}} and return |promise|. +
    4. +
    +
  2. If |filter|["{{SerialPortFilter/usbVendorId}}"] is not present, [=reject=] |promise| with a {{TypeError}} and return |promise|.