@@ -98825,6 +98825,14 @@ interface <dfn interface>NotRestoredReasons</dfn> {
98825
98825
<code>RTCDataChannel</code> was shut down, so the page was not in a state that could be stored in
98826
98826
the <a href="#note-bfcache">back/forward cache</a>. <ref>WEBRTC</ref></dd>
98827
98827
98828
+ <dt>"<dfn data-x="blocking-rtc-used-with-ccns" export><code>rtc-used-with-cache-control-no-store</code></dfn>"</dt>
98829
+ <dd>The <code>Document</code> was created from an HTTP response whose
98830
+ `<code data-x="http-cache-control">Cache-Control</code>` header included the
98831
+ "<code data-x="">no-store</code>" token, and it has created a <code>RTCPeerConnection</code> or
98832
+ <code>RTCDataChannel</code> which might be used to receive sensitive information, so the page was
98833
+ not in a state that could be stored in the <a href="#note-bfcache">back/forward cache</a>.
98834
+ <ref>HTTP</ref> <ref>WEBRTC</ref></dd>
98835
+
98828
98836
<dt>"<dfn data-x="blocking-sensors" export><code>sensors</code></dfn>"</dt>
98829
98837
<dd>The <code>Document</code> <span data-x="request-sensor-access">requested sensor
98830
98838
access</span>.</dd>
@@ -98893,11 +98901,25 @@ interface <dfn interface>NotRestoredReasons</dfn> {
98893
98901
<dd>The <code>Document</code> used the Web Share API's <code
98894
98902
data-x="dom-Navigator-share">navigator.share()</code> method.</dd>
98895
98903
98904
+ <dt>"<dfn data-x="blocking-websocket-used-with-ccns" export><code>websocket-used-with-cache-control-no-store</code></dfn>"</dt>
98905
+ <dd>The <code>Document</code> was created from an HTTP response whose
98906
+ `<code data-x="http-cache-control">Cache-Control</code>` header included the
98907
+ "<code data-x="">no-store</code>" token, and it has created a <code>WebSocket</code> connection
98908
+ which might be used to receive sensitive information, so the page was not in a state that could be
98909
+ stored in the <a href="#note-bfcache">back/forward cache</a>. <ref>HTTP</ref> <ref>WEBSOCKETS</ref></dd>
98910
+
98896
98911
<dt>"<dfn data-x="blocking-webtransport" export><code>webtransport</code></dfn>"</dt>
98897
98912
<dd>While <span data-x="unload a document">unloading</span>, an open <code>WebTransport</code>
98898
98913
connection was shut down, so the page was not in a state that could be stored in the <a
98899
98914
href="#note-bfcache">back/forward cache</a>. <ref>WEBTRANSPORT</ref></dd>
98900
98915
98916
+ <dt>"<dfn data-x="blocking-webtransport-used-with-ccns" export><code>webtransport-used-with-cache-control-no-store</code></dfn>"</dt>
98917
+ <dd>The <code>Document</code> was created from an HTTP response whose
98918
+ `<code data-x="http-cache-control">Cache-Control</code>` header included the
98919
+ "<code data-x="">no-store</code>" token, and it has created a <code>WebTransport</code> connection
98920
+ which might be used to receive sensitive information, so the page was not in a state that could be
98921
+ stored in the <a href="#note-bfcache">back/forward cache</a>. <ref>HTTP</ref> <ref>WEBTRANSPORT</ref></dd>
98922
+
98901
98923
<dt>"<dfn data-x="blocking-webxr" export><code>webxrdevice</code></dfn>"</dt>
98902
98924
<dd>The <code>Document</code> created a <code>XRSystem</code>.</dd>
98903
98925
</dl>
0 commit comments