struct Protocol::Page::FrameResource
- Protocol::Page::FrameResource
- Struct
- Value
- Object
Overview
Information about the Resource on the page.
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#canceled : Bool | Nil
True if the resource was canceled during loading.
-
#content_size : Number::Primitive | Nil
Resource content size.
-
#failed : Bool | Nil
True if the resource failed to load.
-
#last_modified : Network::TimeSinceEpoch | Nil
last-modified timestamp as reported by server.
-
#mime_type : String
Resource mimeType as determined by the browser.
-
#type : Network::ResourceType
Type of this resource.
-
#url : String
Resource URL.