Releases: firebug/har-export-trigger
HAR Export Trigger 0.5.0 Beta 10
- Firefox 42+ required
Download signed version from AMO
Release notes:
- Fixed compatibility with latest Firefox Nightly (firebug.sdk module updated)
HAR Export Trigger 0.5.0 Beta 9
- Firefox 42+ required
Download signed version from AMO
Release notes:
- Fixed compatibility with latest Firefox Nightly
HAR Export Trigger 0.5.0 Beta 8
- Firefox 42+ required
Download signed version from AMO
Release notes:
- Fixed compatibility with latest Firefox Nightly
HAR Export Trigger 0.5.0 Beta 7
- Firefox 42+ required
Update: Download signed version from AMO
Release notes:
- Support for
har-page-ready
fired on the contentwindow
#10 - The developer toolbox doesn't have to be opened for HAR export #11
There is a new preference extensions.netmonitor.har.autoConnect
(set to false by default). If you set it to true, HAR object should be available on every page automatically (including popup windows).
There is an event 'har-api-ready' sent to the content window. You might want to handle it to know since when HAR object is available. HAR object isn't available immediately after a browser tab is opened, but it's there till you close the tab. So, if you navigate/refresh the tab HAR object is there all the time.
There is limitation if e10s is on. New tabs opened through about:newtab
(i.e. clicking on the + button in the tab bar and consequently load the content) don't have the HAR object. However if you open a new tab through a link (Open In New Tab) it should work. The issue will be gone when 1068400 is fixed.
Try a test page
HAR Export Trigger 0.5.0 Beta 6
HAR Export Trigger 0.5.0 Beta 5
The extension on AMO is currently awaiting preliminary review so, you might need to set the following preference to false
to skip extension signing process:
xpinstall.signatures.required
- Compatible with Firefox 42+ (currently Developer Edition)
- Properly clear data after HAR.clear()
- Properly initialize HAR collector so page load isn't required after toolbox open
Try an online example
HAR Export Trigger 0.5.0 Beta 4
The extension on AMO is currently awaiting preliminary review so, you might need to set the following preference to false
to skip extension signing process:
xpinstall.signatures.required
- Compatible with Firefox 42+ (currently Developer Edition)
- Introduce new pref:
extensions.netmonitor.har.enableAutomation
that can be used to enable HAR automation, but doesn't create HAR files on the local hard drive. Useful for users who want to trigger export through HAR API. You can try an online example
HAR Export Trigger 0.5.0 Beta 3
The extension on AMO is currently awaiting preliminary review so, you might need to set the following preference to false
to skip extension signing process:
xpinstall.signatures.required
- Compatible with Firefox 42+ (currently Developer Edition)