Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ saveToStorage
Method
saveToStorage
background_scripts/tab_recency.js:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
async
saveToStorage() {
87
await
chrome.storage.session.set({ tabRecency: this.tabIdToCounter });
88
}
89
90
// - action: "register" or "unregister".
91
queueAction(action, tabId) {
Callers
2
register
Method · 0.95
deregister
Method · 0.95
Calls
1
set
Method · 0.80
Tested by
no test coverage detected