HackTimer/README.md

14 lines
728 B
Markdown
Raw Normal View History

2015-06-28 22:04:32 +00:00
# HackTimer
Avoid timers throttling by browser when tab is inactive
2015-07-01 15:43:38 +00:00
# Usage:
Place script reference to HackTimer.js (or HackTimer.min.js) before any other JavaScript
# Notes
Loader code HackTimer.js (or HackTimer.min.js) may be placed in separate file or in script tag.
Worker code HackTimerWorker.js (or HackTimerWorker.min.js) must be placed in separate file.
To change worker code script name go to the end of HackTimer.js (or HackTimer.min.js) file and replace script name.
2015-07-01 17:11:29 +00:00
# Warning
Full code (HackTimer.js and HackTimerWorker.js) must not be used with minified (HackTimer.min.js and HackTimerWorker.min.js), i.e. HackTimer.js must use only HackTimerWorker.js and HackTimer.min.js must only use HackTimerWorker.min.js .