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

Function abort

content_scripts/vimium_frontend.js:462–467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460 },
461
462 abort() {
463 if (globalThis.isVimiumHelpDialogPage) throw new Error("This should be impossible.");
464 if (this.isShowing()) {
465 return this.helpUI.hide(false);
466 }
467 },
468
469 async toggle(request) {
470 // If we're in the help dialog page already and the user has typed a key to show the help

Callers 2

make.jsFile · 0.90
testDomFunction · 0.90

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected