1.0.0 • Published 7 months ago

asynchronous-context v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Asynchronous-Context

This module offers the superclass for all objects which are to be created with Kombucha.js backend framework. This module offers following functionalities.

  • Automatically trace all method invocation and create a trace log as a call tree graph.
  • Watch all method invocation and validate its input data as JSON objects and output data as the return value.

There are currently four modules which inherit asynchronous-context.

In Kombucha.js, these are extended by using mixin-prototypes which offers the multiple-inheritance functionality.

API Reference

History

(Mon, 25 Sep 2023 17:05:59 +0900) (Mon, 16 Oct 2023 18:41:16 +0900)

1.0.0

7 months ago