struct Protocol::Page::AdScriptId

Overview

Identifies the bottom-most script which caused the frame to be labelled as an ad.

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 debugger_id : Runtime::UniqueDebuggerId #

Id of adScriptId's debugger.


[View source]
def script_id : Runtime::ScriptId #

Script Id of the bottom-most script which caused the frame to be labelled as an ad.


[View source]