Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITarget ¶
type ITarget interface { BrowserId() int32 // Browser Window ID ChannelId() int64 // IPC channelID, frameId or GO IPC channelID TargetType() Type // Target type default 0: Trigger JS event }
ITarget
ipc.NewTarget() *Target
type Target ¶
type Target struct {
// contains filtered or unexported fields
}
Target Go IPC
receiving target of the event
Click to show internal directories.
Click to hide internal directories.