Frame Resource
data class FrameResource(url: String, type: ResourceType, mimeType: String, lastModified: TimeSinceEpoch?, contentSize: Double?, failed: Boolean?, canceled: Boolean?)
Content copied to clipboard
Information about the Resource on the page.
Constructors
FrameResource
Link copied to clipboard
fun FrameResource(url: String, type: ResourceType, mimeType: String, lastModified: TimeSinceEpoch? = null, contentSize: Double? = null, failed: Boolean? = null, canceled: Boolean? = null)
Content copied to clipboard
Properties
contentSize
Link copied to clipboard
lastModified
Link copied to clipboard
type
Link copied to clipboard
Sources
jvm source
Link copied to clipboard