MCPcopy
hub / github.com/philc/vimium / onLoaded

Function onLoaded

lib/settings.js:98–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 vimiumNewTabPageUrl,
97
98 async onLoaded() {
99 if (!this.isLoaded()) {
100 await this.load();
101 }
102 },
103
104 async chromeStorageOnChanged(_changes, area) {
105 // We store data with keys [settings-v1, ...] into the local storage. Only broadcast an event if

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected