chrome-debugging-client icon indicating copy to clipboard operation
chrome-debugging-client copied to clipboard

forkWithWebSocket

Open samdoeswork opened this issue 3 years ago • 1 comments

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 avatar Aug 26 '21 14:08 samdoeswork

@samdoeswork sorry it took so long, I tried my best to make it so interfaces decoupled all the node specific things.

krisselden avatar Apr 20 '22 21:04 krisselden