⚠️ Internal: This API is not publically exported by the package.
interface DispatchInterceptor ((dispatch) => ((options, handler) => boolean))
  • Parameters

    • dispatch: ((options, handler) => boolean)
        • (options, handler): boolean
        • Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this.

          Parameters

          Returns boolean

    Returns ((options, handler) => boolean)

      • (options, handler): boolean
      • Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this.

        Parameters

        Returns boolean