Skip to content

Commit

Permalink
Add a capability for returning the main PID of the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Jul 24, 2024
1 parent 7a23ea0 commit 172882a
Showing 1 changed file with 10 additions and 0 deletions.
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>"
<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

0 comments on commit 172882a

Please sign in to comment.