gpt4 book ai didi

javascript - 使用 cognito 进行身份验证时,Fetch 在 IE11 上未定义

转载 作者:行者123 更新时间:2023-12-02 23:42:10 25 4
gpt4 key购买 nike

我有一个 ember 应用程序,我可以登录并使用 ember-cognito 和 ember-simple-auth 对我进行身份验证。

this.get('sessionService').authenticate('authenticator:cognito', credentials).then(() => {
console.log('authenticated');
}).catch(( reason ) => {

console.log(reason);
});

这适用于每个浏览器,除了 ie 之外,我收到错误“fetch 未定义”。

这出现在 catch 部分,这意味着 cognito 正在尝试使用 fetch。

我一直在研究这个问题,但找不到适合我的场景的解决方案。

最佳答案

只需包含 isomorphic-fetch 作为 polyfill 即可使其在不受支持的浏览器上运行。

https://github.com/matthew-andrews/isomorphic-fetch

关于javascript - 使用 cognito 进行身份验证时,Fetch 在 IE11 上未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56022160/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com