X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=be31e98696e242d00f8f1ebd3c4a7786674664f4;hb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;hp=1c8d668da68b93fcb9f27dbd6ebe68dbf5583d4c;hpb=bf4dcb92f8d370524a2975961731fe6c4e8b083c;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 1c8d668d..be31e986 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,13 +1,13 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -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,70 +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