RusKnyaz / Optimus

Optimus is headless Web Browser fully implemented on .net.
MIT License
82 stars 8 forks source link

Can't store boolean in storage #37

Closed RusKnyaz closed 4 years ago

RusKnyaz commented 4 years ago

Execute code

window.localStorage["A"]=true;

Observed: Exception: System.ArgumentException : Cannot convert object of type"System.Boolean" to type "System.String".