Class SharedStorageAccessed


  • public class SharedStorageAccessed
    extends java.lang.Object
    Shared storage was accessed by the associated page. The following parameters are included in all events.
    • Method Detail

      • getAccessTime

        public TimeSinceEpoch getAccessTime()
        Time of the access.
      • getMainFrameId

        public FrameId getMainFrameId()
        DevTools Frame Token for the primary frame tree's root.
      • getOwnerOrigin

        public java.lang.String getOwnerOrigin()
        Serialized origin for the context that invoked the Shared Storage API.
      • getParams

        public SharedStorageAccessParams getParams()
        The sub-parameters warapped by `params` are all optional and their presence/absence depends on `type`.