GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
lostmynuts
Transfer to URL with SHA
Find file
Newer
Older
tree:
87d8b8f272
Switch branches
×
master
lostmynuts
/
shared
/
js
/ out_of_focus_update_worker.js
Mark
on 28 Jan 2021
90 bytes
Add project skeleton with Engine
Raw
Blame
History
function postUpdate() { postMessage("outOfFocusUpdate"); } setInterval(postUpdate, 500);