GoogleChrome/audion

"'audion' started debugging this browser" warning stays after DevTools are closed

max-vogler opened this issue · 1 comments

Even after closing Dev Tools or clicking "Cancel", the warning bar is still shown. This comes from audion re-attaching here:

const onDetach = () => {
chrome.debugger.attach({tabId}, debuggerVersion, () => {
chrome.debugger.sendCommand(
{tabId},
ChromeDebuggerWebAudioDomain.Methods.enable,
);
});
};

Both possible DetachReasons are user initiated, so I think removing the re-attach logic is sensible.

Mentioned in #105 (comment)

hoch commented

This issue is fixed.