domain-browser
domain-browser copied to clipboard
Add support for .enter() and .exit()
I know it would not be easy but probably it would be done by listening on window object for uncaught exceptions...
At http://stackoverflow.com/questions/17069069/javascript-uncaught-exception-handling-window-onerror-msg-argument-format there's a JsFiddle example about how to do it.
Addressed by https://github.com/bevry/domain-browser/pull/5 which needs to be worked on merging
#9 is a closer solution, but see my comment there for why it is on hold.