diff --git a/source b/source index 8966f3b8e89..fb126a4a7af 100644 --- a/source +++ b/source @@ -98093,6 +98093,14 @@ interface NotRestoredReasons { RTCDataChannel was shut down, so the page was not in a state that could be stored in the back/forward cache. WEBRTC +
"rtc-used-with-cache-control-no-store"
+
The Document was created from an HTTP response whose + `Cache-Control` header included the + "no-store" token, and it has created a RTCPeerConnection or + RTCDataChannel which might be used to receive sensitive information, so the page was + not in a state that could be stored in the back/forward cache. + HTTP WEBRTC
+
"sensors"
The Document requested sensor access.
@@ -98161,11 +98169,25 @@ interface NotRestoredReasons {
The Document used the Web Share API's navigator.share() method.
+
"websocket-used-with-cache-control-no-store"
+
The Document was created from an HTTP response whose + `Cache-Control` header included the + "no-store" token, and it has created a WebSocket connection + which might be used to receive sensitive information, so the page was not in a state that could be + stored in the back/forward cache. HTTP WEBSOCKETS
+
"webtransport"
While unloading, an open WebTransport connection was shut down, so the page was not in a state that could be stored in the back/forward cache. WEBTRANSPORT
+
"webtransport-used-with-cache-control-no-store"
+
The Document was created from an HTTP response whose + `Cache-Control` header included the + "no-store" token, and it has created a WebTransport connection + which might be used to receive sensitive information, so the page was not in a state that could be + stored in the back/forward cache. HTTP WEBTRANSPORT
+
"webxrdevice"
The Document created a XRSystem.