Closed pofider closed 6 years ago
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.
I've add the reporter.close and closeListeners.
reporter.close
closeListeners
This will be part of the v2 release.
There should be high level API for killing jsreport and cleaning all resources.
This should fire new listeners and every extension can do the cleanup work. Like close web server or stop chokidar.