mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add cdp support for xpath scrapers (#625)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
9
vendor/github.com/chromedp/cdproto/emulation/events.go
generated
vendored
Normal file
9
vendor/github.com/chromedp/cdproto/emulation/events.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package emulation
|
||||
|
||||
// Code generated by cdproto-gen. DO NOT EDIT.
|
||||
|
||||
// EventVirtualTimeBudgetExpired notification sent after the virtual time
|
||||
// budget for the current VirtualTimePolicy has run out.
|
||||
//
|
||||
// See: https://chromedevtools.github.io/devtools-protocol/tot/Emulation#event-virtualTimeBudgetExpired
|
||||
type EventVirtualTimeBudgetExpired struct{}
|
||||
Reference in New Issue
Block a user