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

    Type Alias SerialSupport

    SerialSupport:
        | { browser: BrowserType; supported: true }
        | { browser: BrowserType; reason: string; supported: false }

    Browser support information for Web Serial API.