MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / clearFrameData

Function clearFrameData

src/background/utils/preinject.js:725–729  ·  view source on GitHub ↗
(tabId, frameId, tabRemoved)

Source from the content-addressed store, hash-verified

723}
724
725function clearFrameData(tabId, frameId, tabRemoved) {
726 clearRequestsByTabId(tabId, frameId);
727 clearValueOpener(tabId, frameId);
728 clearNotifications(tabId, frameId, tabRemoved);
729}
730
731function sendPopupShown(tabId, frameDoc) {
732 setTimeout(sendTabCmd, 0, tabId, 'PopupShown', true, getFrameDocIdAsObj(frameDoc));

Callers 4

reloadAndSkipScriptsFunction · 0.85
GetInjectedFunction · 0.85
togglePreinjectFunction · 0.85
onTabRemovedFunction · 0.85

Calls 3

clearRequestsByTabIdFunction · 0.90
clearValueOpenerFunction · 0.90
clearNotificationsFunction · 0.90

Tested by

no test coverage detected