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

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

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

\"Canceled

30条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 11:42

    In my case, I found that it is jquery global timeout settings, a jquery plugin setup global timeout to 500ms, so that when the request exceed 500ms, chrome will cancel the request.

提交回复
热议问题