Skip to content

Add a capability for returning the main PID of the browser #1833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,13 @@ <h2>Capabilities</h2>
<td>string
<td>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
</tr>

<tr>
<td>ProcessID
<td>"<code>processID</code>"
<td>string
<td>Identifies the main process ID of the <a>endpoint node</a>.
</tr>
</table>

<section>
Expand Down Expand Up @@ -2009,6 +2016,9 @@ <h3>Processing capabilities</h3>

<dt>"<code>userAgent</code>"
<dd>String containing the <a>default User-Agent value</a>.

<dt>"<code>processID</code>"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example, this could be:

Suggested change
<dt>"<code>processID</code>"
<dt>"<code>processID</code> (optional)"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right; do we want to say anything here about suggesting that the processID be included iff the client is on localhost?

<dd>The main PID of the user agent as a <a>number</a>.
</dl>

<li><p>If <var>flags</var> contains "<code>http</code>", add the
Expand Down
Loading