web-serial-rxjs API Documentation
    Preparing search index...

    Function isWebSerialSupported

    • Synchronous feature detection for the Web Serial API.

      Prefer this helper before creating a session. After a session exists, drive unsupported UI from state$ with SerialSessionStatus.Unsupported. This helper is SSR-safe: it returns false when navigator is not available.

      Returns boolean

      true when navigator.serial is available.