Class Page.backForwardCacheNotUsed

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BaseType<?>>
    Enclosing class:
    Page

    public static class Page.backForwardCacheNotUsed
    extends BrowserEvent<Page.backForwardCacheNotUsed>
    implements java.io.Serializable
    This Nested Java Class is declared as an Event-Type by the CDP API Specifications. This class largely functions as a data container or "data record", and encapsulates the datum values that Google Chrome is incorporating into the event that it is firing.

    📌 All browser domain event classes will have a class name that begins with a lower case letter.

    👉 Note that this particular event can be fired by the Page domain, located in the BrowserAPI. A browser 'domain' is quite similar to a Java Package. It incorporates a suite of features, types and functions under one umbrella.
    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.
    EXPERIMENTAL
    See Also:
    Serialized Form