continuation-local-storage
Advanced tools
Changelog
v2.1.0 (2013-09-03):
namespace.bind()
now also always exits the domain, even on error.cls.reset()
allows tests to nuke all existing namespaces (use with care
obviously).Changelog
v2.0.0 (2013-09-01):
async-listener
polyfill instead of cls-glue
.cls-glue
.Changelog
v1.1.0 (2013-07-30):
Changelog
v1.0.0 (2013-07-25):
.run()
or .bind()
to create a new
nested context. These nested contexts are prototype chains that point back to
a "default" / "global" context, with the default context for each namespace
being a prototype-free "data bag" created with Object.create(null)
.