mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-07 21:04:37 +00:00
setTimeout() is subject to delays, possible massive ones. As such it is rather useless for performance sensitive code. Use the non-standard setImmediate() API instead, emulating it on postMessage() when it isn't available.
4.5 KiB
4.5 KiB