Skip to content

Commit b834d2b

Browse files
committed
Add userAgent capability
1 parent 0e8cc51 commit b834d2b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,13 @@ <h2>Capabilities</h2>
15691569
<td>Describes the <a>current session</a>’s <a>user prompt handler</a>.
15701570
Defaults to the <a>dismiss and notify state</a>.
15711571
</tr>
1572+
1573+
<tr>
1574+
<td><dfn>User Agent</dfn>
1575+
<td>"<code>userAgent</code>"
1576+
<td>string
1577+
<td>Provides the <a>remote end</a>'s <a>default User-Agent value</a>.
1578+
</tr>
15721579
</table>
15731580

15741581
<section>
@@ -1992,6 +1999,9 @@ <h3>Processing capabilities</h3>
19921999

19932000
<dt>"<code>setWindowRect</code>"
19942001
<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>.
2002+
2003+
<dt>"<code>userAgent</code>"
2004+
<dd>String containing the <a>default User-Agent value</a>.
19952005
</dl>
19962006

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

0 commit comments

Comments
 (0)