Vinyl
    Preparing search index...

    Interface GlobalErrorHandlersEventMap

    interface GlobalErrorHandlersEventMap {
        error: ErrorEvent;
        unhandledrejection: PromiseRejectionEvent;
    }
    Index

    Properties

    error: ErrorEvent
    unhandledrejection: PromiseRejectionEvent