mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update chromedp to fix console errors (#1521)
This commit is contained in:
2
vendor/github.com/chromedp/cdproto/debugger/events.go
generated
vendored
2
vendor/github.com/chromedp/cdproto/debugger/events.go
generated
vendored
@@ -55,6 +55,7 @@ type EventScriptFailedToParse struct {
|
||||
StackTrace *runtime.StackTrace `json:"stackTrace,omitempty"` // JavaScript top stack frame of where the script parsed event was triggered if available.
|
||||
CodeOffset int64 `json:"codeOffset,omitempty"` // If the scriptLanguage is WebAssembly, the code section offset in the module.
|
||||
ScriptLanguage ScriptLanguage `json:"scriptLanguage,omitempty"` // The language of the script.
|
||||
EmbedderName string `json:"embedderName,omitempty"` // The name the embedder supplied for this script.
|
||||
}
|
||||
|
||||
// EventScriptParsed fired when virtual machine parses script. This event is
|
||||
@@ -80,4 +81,5 @@ type EventScriptParsed struct {
|
||||
CodeOffset int64 `json:"codeOffset,omitempty"` // If the scriptLanguage is WebAssembly, the code section offset in the module.
|
||||
ScriptLanguage ScriptLanguage `json:"scriptLanguage,omitempty"` // The language of the script.
|
||||
DebugSymbols *DebugSymbols `json:"debugSymbols,omitempty"` // If the scriptLanguage is WebASsembly, the source of debug symbols for the module.
|
||||
EmbedderName string `json:"embedderName,omitempty"` // The name the embedder supplied for this script.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user