struct Protocol::DOM::CharacterDataModified

Overview

Mirrors DOMCharacterDataModified event.

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 character_data : String #

New text value.


[View source]
def node_id : NodeId #

Id of the node that has changed.


[View source]