Custom Event Constructor

by Jacob King

JavaScript

const evt = new Event('my-event', { bubbles: true, cancelable: true });