domain-browser
domain-browser copied to clipboard
process.domain
Currently this module doesn't set process.domain, to be consistent with node it should set this at the beginning of #run and remove it at the end.
Also missing domain.active.
Seems process.domain is undocumented? Can you find a documentation link for me! Cheers.
Re domain.active, let's treat that separately.
Check out the first sentence in https://nodejs.org/api/domain.html#domain_domain_enter, it may be in other places in the docs though.