- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Feb 2018 17:12:12 +0000
- To: public-webrtc-logs@w3.org
murillo128 - Chrome is multi-process. Tabs usually have their own process. Some sensitive, private APIs (which are open source, btw - see https://cs.chromium.org/chromium/src/chrome/browser/extensions/api/webrtc_logging_private/) are accessible, but live on their own process, for added security. So the JS code lives in one process, but is trying to communicate "I mean this PC" to another. -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1775#issuecomment-366754152 using your GitHub account
Received on Monday, 19 February 2018 17:12:14 UTC