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
bliss.shy.js:577 Uncaught TypeError: Cannot read property 'handleEvent' of null
at eval (bliss.shy.js:577)
at eval (bliss.shy.js:11)
at Object.$.Element.<computed> (bliss.shy.js:835)
at Function.$.<computed> [as bind] (bliss.shy.js:857)
at EventTarget.addEventListener (bliss._.js:61)
The above code is commonly used for checking for passive option support.
Link: developer.mozilla.org
The text was updated successfully, but these errors were encountered:
This code:
causes a TypeError:
The above code is commonly used for checking for
passive
option support.Link: developer.mozilla.org
The text was updated successfully, but these errors were encountered: