flamethrower
flamethrower copied to clipboard
added dispatchEvent
I just added a utility file which should contain every utility method.
- Wrote the first one,
dispatchEvent
which will dispatch a new window event and it can be more customizable ;-) - Edited the existing
window.dispatchEvent()
in therouter.ts
to the newdispatchEvent()
method.