Skip to content

Commit

Permalink
Add userAgent capability
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Feb 8, 2024
1 parent 0e8cc51 commit b0401c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,13 @@ <h2>Capabilities</h2>
<td>Describes the <a>current session</a>’s <a>user prompt handler</a>.
Defaults to the <a>dismiss and notify state</a>.
</tr>

<tr>
<td><dfn>User Agent</dfn>
<td>"<code>userAgent</code>"
<td>string
<td>Provides the <a>remote end</a>'s <a>default User-Agent value</a>.
</tr>
</table>

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

<dt>"<code>setWindowRect</code>"
<dd>Boolean indicating whether the <a>remote end</a> supports all of the <a href=#resizing-and-positioning-windows>resizing and positioning</a> <a>commands</a>.

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

<li><p>Optionally add <a>extension capabilities</a> as entries
Expand Down Expand Up @@ -11103,6 +11113,7 @@ <h2>Index</h2>
<dd><p>The following terms are defined in the WHATWG Fetch specification: [[FETCH]]
<ul>
<!-- Body --> <li><dfn><a href=https://fetch.spec.whatwg.org/#concept-request-body>Body</a></dfn>
<!-- default User-Agent value --> <li><dfn><a href=https://fetch.spec.whatwg.org/#default-user-agent-value>default User-Agent value</a></dfn>
<!-- Header --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header">Header</a></dfn>
<!-- Header Name --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header-name">Header Name</a></dfn>
<!-- Header Value --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header-value">Header Value</a></dfn>
Expand Down

0 comments on commit b0401c0

Please sign in to comment.