Files
stash/vendor/github.com/chromedp/cdproto/emulation/events.go
2020-08-04 10:42:40 +10:00

10 lines
349 B
Go

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{}