You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: