For the preserve log option of Chrome, you can't see the response of the API. You can only look at the request parameters and response headers. What to do?

clipboard.png

Mar.22,2021

is there a page jump? if so, it is recommended to add a breakpoint code to the previous page

window.onunload = function() { debugger; }

it doesn't seem to matter, but sometimes it does show that the load failed. But normal rendering is fine. If you find that the style is not rendered, you can find another problem
but you can still take a look at it:

  1. if the request status Status 200is OK,
  2. is sometimes cached, and if you deliberately tick preserve log, the cached files will be used if the same page is requested many times, and it is normal that some of them are not displayed. I used to find response with nothing
Menu