What does status=canceled for a resource mean in Chrome Developer Tools?

前端 未结 30 1969
温柔的废话
温柔的废话 2020-11-22 11:13

What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools.

\"Canceled

30条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 11:30

    If you use axios it can help you

    // change timeout delay: instance.defaults.timeout = 2500;

    https://github.com/axios/axios#config-order-of-precedence

提交回复
热议问题