class WebkitRemote::Event::DomReset

Emitted when the entire document has changed, and all DOM structure is lost.

Public Class Methods

new(rpc_event, client) click to toggle source

@private Use Event#for instead of calling this constructor directly.

Calls superclass method WebkitRemote::Event::new
# File lib/webkit_remote/client/dom_events.rb, line 10
def initialize(rpc_event, client)
  super
  client.clear_dom
end