MCPcopy Index your code
hub / github.com/refined-github/refined-github / frame

Function frame

source/helpers/dom-utils.ts:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 || (node instanceof HTMLElement && node.isContentEditable);
58
59export const frame = async (): Promise<number> =>
60 new Promise(resolve => {
61 requestAnimationFrame(resolve);
62 });
63
64export const highlightTab = (tabElement: Element): void => {
65 tabElement.classList.add('selected');

Callers 3

withMenuOpenFunction · 0.85
finalUpdateToastFunction · 0.85
handleMenuOpeningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected