struct Protocol::Target::ExposeDevToolsProtocol

Overview

Inject object to the target's main frame that provides a communication channel with browser target.

Injected object will be available as window[bindingName].

The object has the follwing API:

Included Modules

Defined in:

protocol/target.cr

Constructors

Constructor Detail

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

[View source]