struct Protocol::DOM::RequestChildNodes

Overview

Requests that children of the node with given id are returned to the caller in form of setChildNodes events where not only immediate children are retrieved, but all children down to the specified depth.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Constructor Detail

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

[View source]