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

    Type Alias SerialErrorCauseContext

    Context payload for errors that wrap an underlying failure.

    type SerialErrorCauseContext = {
        cause: unknown;
    }
    Index
    cause: unknown