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
|
6502 |
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/
@param {Object} options
configuration object
@param {Boolean} options.connector
Set to true to include HTTP response bodies in the result data
structure.
@param {String} options.id
ID of the exported page.
@param {Boolean} options.includeResponseBodies
Set to true to include HTTP response bodies in the result data
structure.
@param {Array} options.items
List of network events to be exported.
@param {Boolean} options.supportsMultiplePages
Set to true to create distinct page entries for each navigation.
|
19675 |
har-collector.js |
This object is responsible for collecting data related to all
HTTP requests executed by the page (including inner iframes).
|
13868 |
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.
|
6739 |
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/
|
4970 |
har-menu-utils.js |
Helper object with HAR related context menu actions.
|
3258 |
har-utils.js |
Helper API for HAR export features.
|
4701 |
moz.build |
|
506 |
README.md |
# HAR |
1770 |
test |
|
|