choojs / nanomorph

🚅 - Hyper fast diffing algorithm for real DOM nodes
MIT License
725 stars 57 forks source link

[question] the list of events #82

Closed tgfjt closed 6 years ago

tgfjt commented 7 years ago

Hi!

Sometimes I think "Oh, onanimationend, fullscreenchange are missing in event.js" but "Then what is missing? how can we make it all listed?"

Yes I can make a PR to add tho, Do you have a policy to add Events into [event.js] ?(https://github.com/choojs/nanomorph/blob/master/lib/events.js)

Thanks.

yoshuawuyts commented 6 years ago

@tgfjt hey, sorry for my late reply —but I'd be down with the idea of adding listeners for all non-deprecated events! Thanks :grin:

tgfjt commented 6 years ago

@yoshuawuyts It's good to hear.:)

yoshuawuyts commented 6 years ago

@tgfjt still interested in adding more events? C:

tgfjt commented 6 years ago

@yoshuawuyts yeah, but I'm actually interested in "how" to get the name of events.:) looking at MDN or something like that?? That's a point. https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers

I think that adding events is easy matter but I'm not in trouble now.:P

yoshuawuyts commented 6 years ago

Haha, yeah that would be the list I think. If there's nothing missing at the moment, should we close this issue? Or should we perhaps add an entry to FAQ on the repo?

tgfjt commented 6 years ago

@yoshuawuyts Thanks! Time to close.:) Let's see what happens!