Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context IPC Event context
func (*Context) ArgumentList ¶
ArgumentList Argument List JSONArray
type IContext ¶
type IContext interface { ArgumentList() json.JSONArray //ArgumentList BrowserId() int32 //Event ownership: browser id FrameId() int64 //Event ownership: frame id Replay() IReplay //Replay, When the trigger event returns IContext, this field is nil Result(data ...interface{}) //callback function return Result }
IContext
Inter process IPC communication callback context
Click to show internal directories.
Click to hide internal directories.