Class PrefetchStatusUpdated


  • @Beta
    public class PrefetchStatusUpdated
    extends java.lang.Object
    TODO(crbug/1384419): Create a dedicated domain for preloading. Fired when a prefetch attempt is updated.
    • Constructor Detail

      • PrefetchStatusUpdated

        public PrefetchStatusUpdated​(FrameId initiatingFrameId,
                                     java.lang.String prefetchUrl,
                                     PreloadingStatus status)
    • Method Detail

      • getInitiatingFrameId

        public FrameId getInitiatingFrameId()
        The frame id of the frame initiating prefetch.
      • getPrefetchUrl

        public java.lang.String getPrefetchUrl()