Background tab setTimeout muffler

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles.

Ekde 2014/06/12. Vidu La ĝisdata versio.

Aŭtoro
BinarySplit
Ratings
0 0 0
Versio
1
Kreita
2014/06/12
Ĝisdatigita
2014/06/12
Size
4,91 kb
Licenco
N/A
Aplikiĝas al
Ĉiuj retejoj

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles. Only tested on Firefox.

This only handles the most common classes of background tab CPU abuse. It's still possible to use XMLHttpRequests, requestAnimationFrame, browser plugins, and possibly other tricks to continue to use the CPU while in the background.

长期地址
遇到问题?请前往 GitHub 提 Issues。