MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / onUpdated

Function onUpdated

extension/background.js:54–58  ·  view source on GitHub ↗
(updatedTabId, changeInfo)

Source from the content-addressed store, hash-verified

52 resolve();
53 };
54 const onUpdated = (updatedTabId, changeInfo) => {
55 if (updatedTabId === tabId && changeInfo.status === "complete") {
56 finish();
57 }
58 };
59 const timer = setTimeout(finish, timeoutMs);
60
61 chrome.tabs.onUpdated.addListener(onUpdated);

Callers

nothing calls this directly

Calls 1

finishFunction · 0.85

Tested by

no test coverage detected