From 77bf4c8ebb3ca43307b47ead4ce22ceaacf1d946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Lach=C3=A8ze?= Date: Mon, 15 May 2017 20:02:20 +0200 Subject: [PATCH] :memo: document getOSProcessId() --- docs/api/web-contents.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 98b1cbd2f241..5f86a04048a5 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1259,6 +1259,10 @@ Setting the WebRTC IP handling policy allows you to control which IPs are exposed via WebRTC. See [BrowserLeaks](https://browserleaks.com/webrtc) for more details. +#### `contents.getOSProcessId()` + +Returns `Integer` - The `pid` of the associated renderer process. + ### Instance Properties #### `contents.id`