Update chromedp to fix console errors (#1521)

This commit is contained in:
peolic
2021-06-23 01:05:58 +03:00
committed by GitHub
parent ae3400a9b1
commit be2fe1de26
526 changed files with 55061 additions and 30300 deletions

12
vendor/github.com/chromedp/cdproto/input/events.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
package input
// Code generated by cdproto-gen. DO NOT EDIT.
// EventDragIntercepted emitted only when Input.setInterceptDrags is enabled.
// Use this data with Input.dispatchDragEvent to restore normal drag and drop
// behavior.
//
// See: https://chromedevtools.github.io/devtools-protocol/tot/Input#event-dragIntercepted
type EventDragIntercepted struct {
Data *DragData `json:"data"`
}