struct Protocol::Page::PrerenderAttemptCompleted

Overview

Fired when a prerender attempt is completed.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

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


[View source]
def final_status : PrerenderFinalStatus #

[View source]
def initiating_frame_id : FrameId #

The frame id of the frame initiating prerendering.


[View source]
def prerendering_url : String #

[View source]