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

前端 未结 30 1971
温柔的废话
温柔的废话 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:29

    One the reasons could be that the XMLHttpRequest.abort() was called somewhere in the code, in this case, the request will have the cancelled status in the Chrome Developer tools Network tab.

提交回复
热议问题