struct Protocol::DOMSnapshot::ComputedStyle

Overview

A subset of the full ComputedStyle as defined by the request whitelist.

Included Modules

Defined in:

protocol/dom_snapshot.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def properties : Array(NameValue) #

Name/value pairs of computed style properties.


[View source]