@rekurt/openkline - v0.2.0
    Preparing search index...

    Class ErrorReporter

    Thin wrapper around the user-provided onError callback. Ensures every error that reaches a consumer is a proper ChartError structure:

    • non-Error throwables are wrapped in new Error(String(x))
    • handler exceptions are swallowed so a broken onError can't cascade
    • if no handler is configured, errors fall through to console.warn (never silently dropped, unlike the old catch {} pattern)
    Index

    Constructors

    Methods

    Constructors

    Methods