prerenderer icon indicating copy to clipboard operation
prerenderer copied to clipboard

Watch for pending XMLHttpRequests

Open pupeno opened this issue 9 years ago • 0 comments

When the app looks to be idle, would it be possible to check whether there's a pending XMLHttpRequest? Something tells me this is possible since JavaScript has to have an open connection and a pending callback.

This might require modifying node-XMLHttpRequest but that's something we are already doing anyway.

pupeno avatar Sep 23 '15 09:09 pupeno