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
The problem described in richtr/NoSleep.js#15 applies to react-wakelock as well, since the same method is used.
Basically the window.stop() doesn't just abort the (dummy) location change started by react-wakelock itself, but also all other HTTP requests on the same page.
The text was updated successfully, but these errors were encountered:
The problem described in richtr/NoSleep.js#15 applies to
react-wakelock
as well, since the same method is used.Basically the
window.stop()
doesn't just abort the (dummy) location change started byreact-wakelock
itself, but also all other HTTP requests on the same page.The text was updated successfully, but these errors were encountered: