coryhouse / coryhouse/javascript-development-environment

Demo doesn't run in Internet Explorer

未关闭
#18 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
JavaScript
星标
293
派生
185
PR 合并指标
30 天内没有已合并 PR

描述

There are two known issues in Internet Explorer (IE):
1. IE [lacks native Promise support](https://caniuse.com/#search=promise), so you need to add a promise polyfill to get the demo to work in IE.

2. IE tries to download the JSON from the mock API at localhost:3001/users. [Here are some workarounds](https://stackoverflow.com/questions/6114360/ie-prompts-to-open-or-save-json-result-from-server).

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先在 Internet Explorer 中运行 demo,并检查它如何加载依赖 Promise 的代码,以及如何从 localhost:3001/users 处的 mock API 请求 JSON。查看链接的 Promise 支持和 JSON workaround 参考资料,然后验证 demo 是否能在 IE 中成功运行且不会出现下载提示。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
frontend
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。