AngleSharp / AngleSharp.Js

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

Construct correct prototype chain #7

Closed FlorianRappl closed 8 years ago

FlorianRappl commented 9 years ago

Originally issue FlorianRappl/AngleSharp#44 (5):

DomNodeInstance does not have a prototype nor set as extensible nor declares its own class name. This results in some weird Jint exceptions.