Name Description Size
har-automation.js This object is responsible for automated HAR export. It listens for Network activity, collects all HTTP data and triggers HAR export when the page is loaded. The user needs to enable the following preference to make the auto-export work: devtools.netmonitor.har.enableAutoExportToFile HAR files are stored within directory that is specified in this preference: devtools.netmonitor.har.defaultLogDir If the default log directory preference isn't set the following directory is used by default: <profile>/har/logs 6457
har-builder-utils.js Currently supported HAR version. 637
har-builder.js This object is responsible for building HAR file. See HAR spec: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html http://www.softwareishard.com/blog/har-12-spec/ 19689
har-collector.js This object is responsible for collecting data related to all HTTP requests executed by the page (including inner iframes). 13873
har-exporter.js This object represents the main public API designed to access Network export logic. Clients, such as the Network panel itself, should use this API to export collected HTTP data from the panel. 8063
har-importer.js This object is responsible for importing HAR file. See HAR spec: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html http://www.softwareishard.com/blog/har-12-spec/ 4949
har-menu-utils.js Helper object with HAR related context menu actions. 3545
har-utils.js Helper API for HAR export features. 4727
moz.build 506
README.md # HAR 1770
test