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

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

    In my case, it started coming after chrome 76 update.

    Due to some issue in my JS code, window.location was getting updated multiple times which resulted in canceling previous request. Although the issue was present from before, chrome started cancelling request after update to version 76.

提交回复
热议问题