MCPcopy Create free account
hub / github.com/dajie111/nodeseek-userscript / electMaster

Method electMaster

Clockin.js:53–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 // 竞选主窗口
53 electMaster() {
54 const currentMaster = localStorage.getItem(STORAGE_KEYS.masterWindow);
55 const lastHeartbeat = localStorage.getItem(STORAGE_KEYS.lastHeartbeat);
56
57 if (!currentMaster || !lastHeartbeat ||
58 Date.now() - parseInt(lastHeartbeat) > 30000) {
59 this.becomeMaster();
60 }
61 }
62
63 // 成为主窗口
64 becomeMaster() {

Callers 1

setupMultiWindowMethod · 0.95

Calls 1

becomeMasterMethod · 0.95

Tested by

no test coverage detected