EventTarget for IE11 and Edge
npm install @mattkrick/event-target-polyfillEventTarget polyfill for IE11 and Edge from https://developer.mozilla.org/en-US/docs/Web/API/EventTarget#Example
Because Microsoft has been shitting the bed since forever.
The __exact__ same thing that as window.EventTarget
@mattkrick/event-target-polyfill
``js
import EventTargetPolyfill from '@mattkrick/event-target-polyfill'
window.EventTarget = EventTargetPolyfill
const foo = new EventTarget('open')
``