WipConnection class

A Webkit Inspection Protocol (WIP) connection.

Properties

console WipConsole
latefinal
debugger WipDebugger
latefinal
dom WipDom
latefinal
hashCode int
The hash code for this object.
no setterinherited
log WipLog
latefinal
onClose Stream<WipConnection>
no setter
onNotification Stream<WipEvent>
no setter
onReceive Stream<String>
Listen for all traffic received by this WipConnection.
no setter
onSend Stream<String>
Listen for all traffic sent on this WipConnection.
no setter
page WipPage
latefinal
runtime WipRuntime
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target WipTarget
latefinal
url String
The WebSocket URL.
final

Methods

close() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand(String method, [Map<String, dynamic>? params]) Future<WipResponse>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

connect(String url, {Function? onError}) Future<WipConnection>
Connect to the given url and return a WipConnection.