AngleSharp / AngleSharp.Js

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

More intelligent type casts / wrappers #8

Closed FlorianRappl closed 8 years ago

FlorianRappl commented 9 years ago

Originally issue FlorianRappl/AngleSharp#44 (6):

The conversions in AngleSharp.Scripting.Extensions.cs are too type safe. A simple

window.setAttribute('allowfullscreen', true)

instead of 'true' results in type cast exception.