Class BackForwardCacheNotUsed


  • @Beta
    public class BackForwardCacheNotUsed
    extends java.lang.Object
    Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do not assume any ordering with the Page.frameNavigated event. This event is fired only for main-frame history navigation where the document changes (non-same-document navigations), when bfcache navigation fails.
    • Method Detail

      • getLoaderId

        public LoaderId getLoaderId()
        The loader id for the associated navgation.
      • getFrameId

        public FrameId getFrameId()
        The frame id of the associated frame.
      • getNotRestoredExplanations

        public java.util.List<BackForwardCacheNotRestoredExplanation> getNotRestoredExplanations()
        Array of reasons why the page could not be cached. This must not be empty.