简体   繁体   中英

'Promise' is undefined error in ASP.NET Core SPA Template for Aurelia

I have installed the ASP.NET Core SPA Templates:

dotnet new --install Microsoft.AspNetCore.SpaTemplates::*

But when I try to open the site in IE 11 I get error "'Promise' is undefined". What is the best way to fix this?

You need a Promise polyfill for IE11. Aurelia starter packs include bluebird Bluebirdjs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM