MCPcopy
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

registerMethod · 0.95
deregisterMethod · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected