(tab)
| 484 | } |
| 485 | |
| 486 | export function attachDebugger(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 | } |
no outgoing calls
no test coverage detected