Skip to content

Add a capability for returning the default user agent header value #1790

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

Merged
merged 3 commits into from
Mar 7, 2024
Merged
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
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,13 @@ <h2>Capabilities</h2>
<td>Describes the <a>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>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
</tr>
</table>

<section>
Expand Down Expand Up @@ -2001,6 +2008,9 @@ <h3>Processing capabilities</h3>
<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>If <var>flags</var> contains "<code>http</code>", add the
Expand Down Expand Up @@ -11336,6 +11346,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