MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / detachDebugger

Function detachDebugger

scripts/helpers/utils.js:489–491  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

487 return chrome.debugger.attach({ tabId: tab.id }, "1.2");
488}
489export function detachDebugger(tab) {
490 return chrome.debugger.detach({ tabId: tab.id });
491}
492
493// OMG: https://www.howtogeek.com/423558/how-to-take-full-page-screenshots-in-google-chrome-without-using-an-extension/
494// https://developer.chrome.com/docs/extensions/reference/debugger/#method-attach

Callers 3

webToPDF.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected