struct Protocol::DOM::AttributeRemoved

Overview

Fired when Element's attribute is removed.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def name : String #

A ttribute name.


[View source]
def node_id : NodeId #

Id of the node that has changed.


[View source]