events.go 349 B

123456789
  1. package emulation
  2. // Code generated by cdproto-gen. DO NOT EDIT.
  3. // EventVirtualTimeBudgetExpired notification sent after the virtual time
  4. // budget for the current VirtualTimePolicy has run out.
  5. //
  6. // See: https://chromedevtools.github.io/devtools-protocol/tot/Emulation#event-virtualTimeBudgetExpired
  7. type EventVirtualTimeBudgetExpired struct{}