jsflight icon indicating copy to clipboard operation
jsflight copied to clipboard

Listening events via addEventsListener

Open OlegAndreych opened this issue 7 years ago • 0 comments

Looking through the code I've stumbled upon constructs like:

// when tab is above to close
window.onbeforeunload = function() {
     jsflight.stopTimers();

MDN states, that such events should be processed via addEventsListener method rather than function assignment.

OlegAndreych avatar May 18 '17 08:05 OlegAndreych