Systemjs: Promise polyfill

Created on 6 Feb 2017  路  2Comments  路  Source: systemjs/systemjs

Hi we updated systemjs/jspm and started having issues in IE

'Promise' is undefined

I noticed the system-polyfills.js is no longer included. Is there something we need to do to get systemjs working in IE/older browsers?

Most helpful comment

I'll answer the same as in jspm-cli#2227: use a promise library via a script tag

    <script src="https://cdn.jsdelivr.net/bluebird/3.4.3/bluebird.min.js"></script>

before loading system.js

All 2 comments

I'll answer the same as in jspm-cli#2227: use a promise library via a script tag

    <script src="https://cdn.jsdelivr.net/bluebird/3.4.3/bluebird.min.js"></script>

before loading system.js

Thanks that sorted the issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

myitcv picture myitcv  路  3Comments

TheMcMurder picture TheMcMurder  路  3Comments

lucastagliani picture lucastagliani  路  3Comments

JeroenVinke picture JeroenVinke  路  3Comments

zornic84 picture zornic84  路  3Comments