@hashseed Hey. Do you know where I could ask questions about the Chrome Devtools Protocol?
Specifically, I'm wondering whether there is any API that I could call to find out whether a script is still executing?
The problem is that my script will hang on `await paused` if the script has finished executing since `Debugger.paused` will no longer fire. Assuming there are no timers, is it possible to detect that execution of a script has finished by using the protocol?