pl.wendigo.chrome.api.page / FrameResource

FrameResource

data class FrameResource (source)

Information about the Resource on the page.

Link
Page#FrameResource type documentation.

Constructors

<init>

FrameResource(url: String, type: ResourceType, mimeType: String, lastModified: TimeSinceEpoch? = null, contentSize: Double? = null, failed: Boolean? = null, canceled: Boolean? = null)

Information about the Resource on the page.

Properties

canceled

val canceled: Boolean?

True if the resource was canceled during loading.

contentSize

val contentSize: Double?

Resource content size.

failed

val failed: Boolean?

True if the resource failed to load.

lastModified

val lastModified: TimeSinceEpoch?

last-modified timestamp as reported by server.

mimeType

val mimeType: String

Resource mimeType as determined by the browser.

type

val type: ResourceType

Type of this resource.

url

val url: String

Resource URL.