AngleSharp / AngleSharp.Js

:angel: Extends AngleSharp with a .NET-based JavaScript engine.
https://anglesharp.github.io
MIT License
105 stars 23 forks source link

Provide Event constructor #5

Closed FlorianRappl closed 9 years ago

FlorianRappl commented 9 years ago

Originally issue FlorianRappl/AngleSharp#44 (3):

Events are implemented in "master" but I see there is no new Event() implementation. According to MDN, every browser but IE has it. I am not sure this is in the standard or not.