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

Function getFocusStatus

content_scripts/vimium_frontend.js:355–360  ·  view source on GitHub ↗
(_request, _sender)

Source from the content-addressed store, hash-verified

353
354const messageHandlers = {
355 getFocusStatus(_request, _sender) {
356 return {
357 focused: windowIsFocused(),
358 focusable: isWindowFocusable(),
359 };
360 },
361 focusFrame(request) {
362 focusThisFrame(request);
363 },

Callers

nothing calls this directly

Calls 2

windowIsFocusedFunction · 0.85
isWindowFocusableFunction · 0.85

Tested by

no test coverage detected