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
It's because you are using anonymous functions. When an anonymous function passed or executed it has a unique ID associated with it. Irrespective of how many times you use the same anonymous function it will have different ID. A named function tends to preserve its ID with means it can be fetched my the screenfull.off function and then background process can act on it.
HINT: screenfull.off inherits all from element.removeEventListener which means it works the same!
it is not console.log when i leave this page
vue version:2.6.0
screen full : 5.0.0
The text was updated successfully, but these errors were encountered: