struct Protocol::Audits::DeprecationIssueDetails

Overview

This issue tracks information needed to print a deprecation message. https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md

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 affected_frame : AffectedFrame | Nil #

[View source]
def source_code_location : SourceCodeLocation #

[View source]
def type : DeprecationIssueType #

[View source]