2.0.3 • Published 5 years ago

catbox-fake v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Catbox Fake

Fake catbox is a mock engine used to test catbox-fallback. It can be used to test other things.

Lead maintainer: Simon Lévesque

Current version: Current Version Build Status

Options

  • trojan: function(methods) - A function that will be called on client initialization. This methods receives as first argument an object containing client's special methods. The object has these properties:
    • throw: function(enable) - tells the engine to always throw an error
      • enable - A boolean to enable or not this feature
    • ready: function(enable) - tells the engine to say if it is ready or not
      • enable - A boolean for the ready status
    • delay: function(value) - tells the engine to wait a while before returning
      • value - A number for milliseconds
2.0.3

5 years ago

2.0.2

5 years ago

1.0.3

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago