-
public final class ApplicationCacheDomain
-
-
Method Summary
Modifier and Type Method Description final Flow<ApplicationCacheEvent>events()Subscribes to all events related to this domain. final Flow<ApplicationCacheEvent.ApplicationCacheStatusUpdatedEvent>applicationCacheStatusUpdated()Official doc final Flow<ApplicationCacheEvent.NetworkStateUpdatedEvent>networkStateUpdated()Official doc final Unitenable()Enables application cache domain notifications. final GetApplicationCacheForFrameResponsegetApplicationCacheForFrame(GetApplicationCacheForFrameRequest input)Returns relevant application cache data for the document in given frame. final GetFramesWithManifestsResponsegetFramesWithManifests()Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache. final GetManifestForFrameResponsegetManifestForFrame(GetManifestForFrameRequest input)Returns manifest URL for document in the given frame. -
-
Method Detail
-
events
final Flow<ApplicationCacheEvent> events()
Subscribes to all events related to this domain.
-
applicationCacheStatusUpdated
final Flow<ApplicationCacheEvent.ApplicationCacheStatusUpdatedEvent> applicationCacheStatusUpdated()
-
networkStateUpdated
final Flow<ApplicationCacheEvent.NetworkStateUpdatedEvent> networkStateUpdated()
-
getApplicationCacheForFrame
final GetApplicationCacheForFrameResponse getApplicationCacheForFrame(GetApplicationCacheForFrameRequest input)
Returns relevant application cache data for the document in given frame.
-
getFramesWithManifests
final GetFramesWithManifestsResponse getFramesWithManifests()
Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
-
getManifestForFrame
final GetManifestForFrameResponse getManifestForFrame(GetManifestForFrameRequest input)
Returns manifest URL for document in the given frame.
-
-
-
-