Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@jhnns jhnns released this 05 Oct 19:35
· 22 commits to master since this release
  • Phantom now inherits from EventEmitter
  • A phantom instance now emits an unexpectedExit-event when PhantomJS exited without a call to phantom.dispose() or one of its std streams emitted an error event. See #35 for discussion.
  • Refactored mechanisms to prevent orphaned PhantomJS child processes
  • Handle disposed phantom instances more gracefully