dotnet-websharper / ui

A reactive UI library for WebSharper.
https://websharper-samples.github.io/ui/
Apache License 2.0
77 stars 22 forks source link

Remove `h5f.js` polyfill #276

Closed granicz closed 11 months ago

granicz commented 11 months ago

This polyfill was added as a dependency for IE form handling via:

div [Attr.ValidateForm ()] [...]

Since we no longer support IE 6-9 (or any IE for that matter), we can remove the polyfill and the above custom attribute as well.