struct Protocol::Audits::HeavyAdIssueDetails

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def frame : AffectedFrame #

The frame that was blocked.


[View source]
def reason : HeavyAdReason #

The reason the ad was blocked, total network or cpu or peak cpu.


[View source]
def resolution : HeavyAdResolutionStatus #

The resolution status, either blocking the content or warning.


[View source]