Home
last modified time | relevance | path

Searched defs:EventConsoleAPICalled (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/runtime/
H A Devents.go22 type EventConsoleAPICalled struct { struct
23 Type APIType `json:"type"` // Type of the call.
24 Args []*RemoteObject `json:"args"` // Call arguments.
25 …cutionContextID `json:"executionContextId"` // Identifier of the context where the call was made.
26 Timestamp *Timestamp `json:"timestamp"` // Call timestamp.
27 … call was made. The async stack chain is automatically reported for the following call types: asse…
28 …r calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on u…
H A Deasyjson.go3267 …jsonC5a4559bDecodeGithubComChromedpCdprotoRuntime35(in *jlexer.Lexer, out *EventConsoleAPICalled) {
3353 …sonC5a4559bEncodeGithubComChromedpCdprotoRuntime35(out *jwriter.Writer, in EventConsoleAPICalled) {