WebReflection / basicHTML

A NodeJS based, standard oriented, HTML implementation.
ISC License
126 stars 10 forks source link

feat: 🎸 Add CustomEvent to the window interface #34

Closed SheepFromHeaven closed 5 years ago

SheepFromHeaven commented 5 years ago

This allows to use CustomEvents in a hyperHTML-Element. For example have a look here:

https://github.com/biotope/biotope-element/blob/master/src/index.ts#L84

This will fail the test with "CustomEvent is not defined". I don't feel like this should be the case.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 20c33428eff03c2b65dabb3596229f04cb0f4434 on biotope:master into 9923c1aa276806ad7f91606eb3c3afaf2a531c36 on WebReflection:master.

WebReflection commented 5 years ago

Thanks. Published as v0.21.2 👋