struct Protocol::Page::PrerenderAttemptCompleted
- Protocol::Page::PrerenderAttemptCompleted
- Struct
- Value
- Object
Overview
Fired when a prerender attempt is completed.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#disallowed_api_method : String | Nil
This is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attempt
- #final_status : PrerenderFinalStatus
-
#initiating_frame_id : FrameId
The frame id of the frame initiating prerendering.
- #prerendering_url : String
Constructor Detail
Instance Method Detail
def disallowed_api_method : String | Nil
#
This is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attempt
The frame id of the frame initiating prerendering.