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.