7fbfef7cf1
* Added "HAR" domain * Fixed issue with omitempty on domain types
10 lines
221 B
Go
10 lines
221 B
Go
// Package har provides the Chrome Debugging Protocol
|
|
// commands, types, and events for the HAR domain.
|
|
//
|
|
// HTTP Archive Format.
|
|
//
|
|
// Generated by the chromedp-gen command.
|
|
package har
|
|
|
|
// AUTOGENERATED. DO NOT EDIT.
|