prerenderer
prerenderer copied to clipboard
Watch for pending XMLHttpRequests
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.