package emulation // Code generated by chromedp-gen. DO NOT EDIT. import ( cdp "github.com/knq/chromedp/cdp" ) // EventVirtualTimeBudgetExpired notification sent after the virual time // budget for the current VirtualTimePolicy has run out. type EventVirtualTimeBudgetExpired struct{} // EventTypes all event types in the domain. var EventTypes = []cdp.MethodType{ cdp.EventEmulationVirtualTimeBudgetExpired, }