Failed to load resource: net::ERR_NETWORK_IO_SUSPENDED

前端 未结 2 441
攒了一身酷
攒了一身酷 2020-12-24 00:52

I searched Stack Overflow and Google for the specific error message in the title, but I did not find it (in the context of JavaScript coding, not browser settings). On my si

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 01:39

    As much as I think catching exceptions should be the general cure, you might try triggering fake (mouse, scroll, keyboard) events to see if that would prevent Chrome from going to "idle" status.

    Stack Overflow question How to simulate a mouse click using JavaScript? might be helpful.

提交回复
热议问题