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

Method exitEventHandler

content_scripts/vimium_frontend.js:53–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 super();
52 let listener;
53 const exitEventHandler = () => {
54 return this.alwaysContinueBubbling(() => {
55 this.exit();
56 chrome.runtime.sendMessage({
57 handler: "sendMessageToFrames",
58 message: { handler: "userIsInteractingWithThePage" },
59 });
60 });
61 };
62
63 super.init({
64 name: "grab-back-focus",

Callers

nothing calls this directly

Calls 2

exitMethod · 0.45

Tested by

no test coverage detected