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.
|