Daddoon / Blazor.Polyfill

Blazor server-side Polyfills and fixes for Internet Explorer 11 & Edge Legacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

daver77 opened this issue · comments

Is this correct, you have 2 includes of the same file

`<script type="text/javascript">
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
document.write('<script src="js/blazor.polyfill.min.js"></script>');
}
</script>
<script type="text/javascript" src="blazor.polyfill.min.js"></script>

<script src="_framework/blazor.server.js"></script>`

You are correct, it's a typo error ! Thanks for noticing !
I will fix that ! Thanks !