chrome-debugging-client
chrome-debugging-client copied to clipboard
forkWithWebSocket
Hi, I'm very interested in this library - but there's an issue.
We need the childprocess.fork method rather than childprocess.spawn, because we need the additional comms channel.
Looks like the newProcessWithWebSocketUrl would need to be replicated as newForkWithWebSocketUrl - replacing the execa call with a childprocess.fork call -- but I'm not sure how to do this while keeping all the other things intact.
Would you consider supporting fork?
@samdoeswork sorry it took so long, I tried my best to make it so interfaces decoupled all the node specific things.