demo ยท v135

BFCache reason names — the rename table

Reason names matter because they get logged into RUM dashboards and alerting rules. The rename in Chrome 135 makes several reasons more accurate to what the spec actually says they mean. The full mapping is below, plus a linter you can paste your RUM-collector code into to find any references to the old strings.

rename table

old (pre-135)new (135+)meaning
fetchnetwork-request-redirectedAn in-flight redirect prevented restore
timeoutnetwork-request-timeoutInflight request still pending when restore was tried
datachannelwebrtcA WebRTC peer connection blocked BFCache
otherunknownReason not in the enumerated set

paste your collector code

see also