Skip to content

Commit 52c3e3a

Browse files
OrKoNwhimboo
andauthored
Add a capability for returning the default user agent header value (#1790)
* Add userAgent capability * add userAgent to matching * Update index.html Co-authored-by: Henrik Skupin <[email protected]> --------- Co-authored-by: Henrik Skupin <[email protected]>
1 parent b7d581e commit 52c3e3a

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
@@ -1573,6 +1573,13 @@ <h2>Capabilities</h2>
15731573
<td>Describes the <a>session</a>&apos;s <a>user prompt handler</a>.
15741574
Defaults to the <a>dismiss and notify state</a>.
15751575
</tr>
1576+
1577+
<tr>
1578+
<td><dfn>User Agent</dfn>
1579+
<td>"<code>userAgent</code>"
1580+
<td>string
1581+
<td>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
1582+
</tr>
15761583
</table>
15771584

15781585
<section>
@@ -2001,6 +2008,9 @@ <h3>Processing capabilities</h3>
20012008
<dd>Boolean indicating whether the <a>remote end</a> supports all
20022009
of the <a href=#resizing-and-positioning-windows>resizing and
20032010
positioning</a> <a>commands</a>.
2011+
2012+
<dt>"<code>userAgent</code>"
2013+
<dd>String containing the <a>default User-Agent value</a>.
20042014
</dl>
20052015

20062016
<li><p>If <var>flags</var> contains "<code>http</code>", add the
@@ -11336,6 +11346,7 @@ <h2>Index</h2>
1133611346
<dd><p>The following terms are defined in the WHATWG Fetch specification: [[FETCH]]
1133711347
<ul>
1133811348
<!-- Body --> <li><dfn><a href=https://fetch.spec.whatwg.org/#concept-request-body>Body</a></dfn>
11349+
<!-- default User-Agent value --> <li><dfn><a href=https://fetch.spec.whatwg.org/#default-user-agent-value>default User-Agent value</a></dfn>
1133911350
<!-- Header --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header">Header</a></dfn>
1134011351
<!-- Header Name --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header-name">Header Name</a></dfn>
1134111352
<!-- Header Value --> <li><dfn><a href="https://fetch.spec.whatwg.org/#concept-header-value">Header Value</a></dfn>

0 commit comments

Comments
 (0)