You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce this, create an event listener with addEventListener() (any event, like a keypress) and make it console.log the number 1. This works fine. However, change the 1 to a 2, causing a reload, and now 1 and 2 will be logged when the event is fired. This means that the events are not being undefined, which could cause unwanted bugs in the REPL.
The text was updated successfully, but these errors were encountered:
To reproduce this, create an event listener with addEventListener() (any event, like a keypress) and make it console.log the number 1. This works fine. However, change the 1 to a 2, causing a reload, and now 1 and 2 will be logged when the event is fired. This means that the events are not being undefined, which could cause unwanted bugs in the REPL.
The text was updated successfully, but these errors were encountered: