X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=e9afc56cddd725098bc42d3eb62f41a5cdc61485;hb=003b327529b6d09cad10b6fa3fed6be278add27d;hp=2718210744d57d7ec798f8d46b510d4ad56f3dc2;hpb=ccb7d1a70cd9bd4eb050160517e5bc48311d014f;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 27182107..20503b6c 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,13 +1,13 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.7.5
-
+
  • The search index is not available
  • poolifier - v2.7.5 +
    @@ -15,7 +15,7 @@
  • poolifier
  • ErrorHandler
  • Type alias ErrorHandler<Worker>

    -
    ErrorHandler<Worker>: ((this, e) => void)
    +
    ErrorHandler<Worker>: ((this, error) => void)

    Type Parameters

      @@ -26,7 +26,7 @@
        • -
        • (this, e): void
        • +
        • (this, error): void
        • Callback invoked if the worker raised an error.

          @@ -36,71 +36,51 @@
        • this: Worker
        • -
          e: Error
    -

    Returns void

    +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file