somewebmedia / hc-offcanvas-nav

JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
https://somewebmedia.github.io/hc-offcanvas-nav/
MIT License
336 stars 82 forks source link

IE11 complains 'EventTarget' is undefined and Object doesn't support property or method 'assign' #49

Closed matchman72 closed 3 years ago

matchman72 commented 3 years ago

using IE 11.0.210 on Windows 10, browse to https://somewebmedia.github.io/hc-offcanvas-nav/

IE console shows

SCRIPT5009: 'EventTarget' is undefined hc-offcanvas-nav.js (11,24689)

SCRIPT438: Object doesn't support property or method 'assign' hc-offcanvas-nav.js (11,651)

and the toggle navigation won't work

somewebmedia commented 3 years ago

Fixed with the newest major version.