In the latest (multiprocess) Firefox (Electrolysis e10s) does all network traffic ultimately go through the parent process or do tab (<browser>
element) processes communicate directly with the outside world eg if using a client websocket connection in the tab's javascript ?
There's a clear picture of what goes on in chrome here but I haven't managed to find anything similar on Firefox. (I've had a look on MDN under Multiprocess Firefox but can't see the answer).
Please don't respond with "I think" or "its likely" or "try this link" answers - I'm looking for a definitive yes/no and/or relevant link from someone who has found the relevant documentation or possibly worked with the Firefox source code.
Thanks.