1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
Files
matrix-js-sdk/spec/unit
Richard van der Hoff d2adb30ded Implement HTTP callbacks in realtime
Hopefully this will improve our recovery time after a laptop is suspended. The
idea is to treat the timeouts on the http apis as being in realtime, rather
than in elapsed time while the machine is awake.

To do this, we add a layer on top of window.setTimeout. We run a callback every
second, which then checks the wallclock time and runs any pending callbacks.
2016-03-31 13:51:18 +01:00
..
2015-11-12 12:14:13 +00:00
2016-02-16 22:32:50 +00:00
2015-12-08 15:39:55 +00:00
2015-10-13 10:05:29 +01:00
2015-06-24 15:38:18 +01:00
2015-07-22 11:37:22 +01:00