JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q38982F
  • License MIT

Catbox engine allowing you to use two engines, a primary and a secondary, and if the primary is down, the secondary takes over.

Package Exports

  • catbox-fallback

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (catbox-fallback) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Catbox Fake

Catbox engine allowing you to use two engines, a primary and a secondary, and if the primary is down, the secondary takes over. After that, if the primary becomes ready it's gonna be used.

Lead maintainer: Simon Lévesque

Current version: Current Version Build Status

Options

  • primary
    • engine A catbox engine of any kind.
    • options The options you want to pass to the engine.
  • secondary
    • engine A catbox engine of any kind.
    • options The options you want to pass to the engine.