First Fetch API call cancelled by the second in IE11

前端 未结 5 1070
鱼传尺愫
鱼传尺愫 2021-01-01 16:11

I have a ReactJS application that works as expected in Chrome, but fails in IE-11.

The problem is this - we have two drop down lists which are populated from rest ser

5条回答
  •  孤街浪徒
    2021-01-01 16:25

    IE dont offer suport for the fetch use. You need use some polyfill for solve this problem. You can use http://github.github.io/fetch/.

提交回复
热议问题