heartbeat.js
heartbeat.js copied to clipboard
HeartbeatJS does not provide a stop() method
Hi,
Great work on heartbeat.js!
Could I please request a heartbeat.stop
equivalent to heartbeat.start
? This would undo previous changes to console
and stop further logging.
In a related question, is heartbeat.start
idempotent? Can it be safely called multiple times?
Hi,
This is actually a great idea.
I don't expect any issues after calling start
method multiple times.