Skip to content

Commit

Permalink
- Support of Blazor server side on Internet Explorer 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daddoon committed Nov 8, 2018
1 parent ecf841d commit f9eaad8
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Daddoon.Blazor.Polyfill.JS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/Daddoon.Blazor.Polyfill.JS/src/Boot.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* BLAZOR.POLYFILL Version 0.2.0 */
/* BLAZOR.POLYFILL Version 0.3.0 */

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es6/symbol';
Expand All @@ -16,7 +16,9 @@ import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';
import 'core-js/es6/promise'
import 'core-js/es6/typed'
import 'whatwg-fetch';
import '../src/template.js'

declare var Symbol;
declare var document;
Expand Down
Loading

0 comments on commit f9eaad8

Please sign in to comment.