Releases: Daddoon/Blazor.Polyfill
0.3.0
0.2.0
New:
- Fallback to asmjs for buggy WebAssembly in Webkit based browsers, like Chrome and Safari. This include versions 604.1.34 to 605.1.33 of Webkit at the moment.
- Added Minified blazor.polyfill.min.js file
0.1.2
New:
- Fix for WkWebview crash, fallbacking to asmjs if WkWebview is detected, at least from a Native app environment.
This are the required polyfills in order to launch Blazor from Internet Explorer 11 and on Safari
Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.
Tested with Blazor 3.0.x source code.
This project is not affiliated with the Blazor project.
Read the README of this repository for install
0.1.1
New:
- Safari support: Some Safari release have a bug with WebAssembly. This release do a WebAssembly sanity check test case, and fallback to asmjs if the test bug.
- Some Chrome version check, maybe unecessary
This are the required polyfills in order to launch Blazor from Internet Explorer 11 and on Safari
Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.
Tested with Blazor 3.0.x source code.
This project is not affiliated with the Blazor project.
Read the README of this repository for install
0.1.0
This are the required polyfills in order to launch Blazor from Internet Explorer 11, maybe some other unsupported browsers too.
Please note that this project is only for compatibility conveniences and no one knows if Blazor will still work even with theses polyfills in the future. There is also no guarantee about full Blazor support.
Tested with Blazor 3.0.x source code.
This project is not affiliated with the Blazor project.
Read the README of this repository for install