pcsc-mini - v0.1.2
    Preparing search index...

    Interface Abortable

    interface Abortable {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    When provided the corresponding AbortController can be used to cancel an asynchronous action.