(tab)
| 487 | return chrome.debugger.attach({ tabId: tab.id }, "1.2"); |
| 488 | } |
| 489 | export 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 |
no outgoing calls
no test coverage detected