dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
589 stars 52 forks source link

Remove polyfill for JSON ops #1364

Closed granicz closed 7 months ago

granicz commented 8 months ago

There is a built-in depedency on WebSharper.Main for a stone-age custom json.js script that handles JSON operations (stringify+parse+toJSON for dates/strings, etc.). This was intended for as a polyfill to IE 6-7 and can be safely removed now.