First Fetch API call cancelled by the second in IE11

前端 未结 5 1167
鱼传尺愫
鱼传尺愫 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:23

    Unrelated to ReactJS, but I hope useful to others who land here as I did.

    I found the Github fetch polyfill and TaylorHakes' Promise polyfill nice and easy to get started with in the context of my ASP.NET MVC web application. Both were recommended by https://ourcodeworld.com

提交回复
热议问题