Skip to content
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

Clarify WebTransport BFCache interaction #9217

Merged
merged 4 commits into from
Jun 2, 2023
Merged
Changes from 1 commit
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
18 changes: 18 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4439,6 +4439,17 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
</ul>
</dd>

<dt>WebTransport</dt>

<dd>
<p>The following terms are defined in <cite>WebTransport</cite>: <ref spec=WEBTRANSPORT></p>

<ul class="brief">
<li><dfn data-x-href="https://www.w3.org/TR/webtransport/#webtransport"><code>WebTransport</code></dfn></li>
<li><dfn data-x-href="https://www.w3.org/TR/webtransport/#web-transport-context-cleanup-steps"><code>context cleanup steps</code></dfn></li>
nidhijaju marked this conversation as resolved.
Show resolved Hide resolved
</ul>
</dd>

<dt>Web Authentication: An API for accessing Public Key Credentials</dt>

<dd>
Expand Down Expand Up @@ -96151,6 +96162,12 @@ new PaymentRequest(&hellip;); // Allowed to use
data-x="concept-document-salvageable">salvageable</i> state to false.</p>
</li>

<li>
<p>For each <code>WebTransport</code> object <var>transport</var> whose <span>relevant global
object</span> is <var>window</var>, run the <span>context cleanup steps</span> given
<var>transport</var>.
</li>
nidhijaju marked this conversation as resolved.
Show resolved Hide resolved

<li>
<p>If <var>document</var>'s <i data-x="concept-document-salvageable">salvageable</i>
state is false, then:</p>
Expand Down Expand Up @@ -134555,6 +134572,7 @@ INSERT INTERFACES HERE
Nicolas Gallagher,
Nicolas Pena Moreno,
Nicolò Ribaudo,
Nidhi Jaju,
Nikki Bee,
Niklas Gögge,
Nina Satragno,
Expand Down