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
hi,I'm on ie11, set the dispatchEvent property to true,browser reported an error:"TypeError: 对象不支持此操作"
The reason for this error is, 'While a window.CustomEvent object exists, it cannot be called as a constructor. Instead of new CustomEvent(...), you must use e = document.createEvent('CustomEvent') and then e.initCustomEvent(...)'
There's an IE polyfill for the CustomEvent constructor at MDN.
The text was updated successfully, but these errors were encountered:
vue-lazyload/src/lazy.js
Line 402 in ca05689
hi,I'm on ie11, set the dispatchEvent property to true,browser reported an error:"TypeError: 对象不支持此操作"
The reason for this error is, 'While a window.CustomEvent object exists, it cannot be called as a constructor. Instead of new CustomEvent(...), you must use e = document.createEvent('CustomEvent') and then e.initCustomEvent(...)'
There's an IE polyfill for the CustomEvent constructor at MDN.
The text was updated successfully, but these errors were encountered: