MCPcopy Index your code
hub / github.com/philc/vimium / onSettingsUpdated

Function onSettingsUpdated

background_scripts/exclusions.js:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72function onSettingsUpdated() {
73 // NOTE(mrmr1993): In FF, the |rules| argument will be garbage collected when the exclusions
74 // popup is closed. Do NOT store it/use it asynchronously.
75 ExclusionRegexpCache.clear();
76}
77
78Settings.addEventListener("change", () => onSettingsUpdated());

Callers 1

exclusions.jsFile · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected