Kill jsreport
Closed this issue · 1 comments
pofider commented
There should be high level API for killing jsreport and cleaning all resources.
jsreport.kill()
This should fire new listeners and every extension can do the cleanup work. Like close web server or stop chokidar.
pofider commented
I've add the reporter.close
and closeListeners
.
This will be part of the v2 release.