Request is pending, pending What does it mean?

In Chrome DevTools Developer Tools window, the request is "pending" What does it mean?

Pending (pending): The network is in the suspend state, the transmission request indication is " in progress " state, but has not received the server response . (This is similar to add the breakpoint debug mode, the request is blocked as live)

 

Once the server responds, the time will be updated as the total run time.

 

 

 

Published 23 original articles · won praise 6 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_42046751/article/details/103729224