Closed FlorianRappl closed 8 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.
'true'
Originally issue FlorianRappl/AngleSharp#44 (6):
The conversions in AngleSharp.Scripting.Extensions.cs are too type safe. A simple
instead of
'true'
results in type cast exception.