data class ApplicationCacheStatusUpdatedEvent : ApplicationCacheEvent
<init> |
ApplicationCacheStatusUpdatedEvent(frameId: FrameId, manifestURL: String, status: Int) |
frameId |
Identifier of the frame containing document whose application cache updated status. val frameId: FrameId |
manifestURL |
Manifest URL. val manifestURL: String |
status |
Updated application cache status. val status: Int |