Fetch api returning different Error than one in chrome devtool's network tab

后端 未结 0 418
悲&欢浪女
悲&欢浪女 2020-12-24 00:21

I am making a call via fetch like

fetch(URL).catch(error => console.log(error))

in the chrome dev tool\'s network tab I get a plain object

相关标签:
回答
  • 消灭零回复
提交回复
热议问题