angularjs - For my Angular 2 app in Safari my app doesn't show, just has a blue screen -
for angular 2 app in safari app doesn't show, has blue screen
my app works fine in firefox, chrome , ie.
i error in console new safari script fix es6:
refused execute script 'https://gist.githubusercontent.com/paulirish/1579671/raw/682e5c880c92b445650c4880a6bf9f3897ec1c5b/raf.js' because mime type ('text/plain') not executable, , strict mime type checking enabled.
this es6 script version:
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.34.2/es6-shim.min.js"></script>
this error see in console safari?
could es6 javascript error?
seems need add polyfill https://gist.github.com/paulirish/1579671
see angular2 app works in chrome , ie, not firefox or safari
Comments
Post a Comment