You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ You need Firefox 60+ to run this extension.
27
27
The following Firefox bugs are related:
28
28
*[~~Bug 1311177~~](https://bugzilla.mozilla.org/show_bug.cgi?id=1311177) - (fixed in Firefox 60) Implement the devtools.network.getHAR API method
29
29
*[~~Bug 1311171~~](https://bugzilla.mozilla.org/show_bug.cgi?id=1311171) - (fixed in Firefox 60) Implement the devtools.network.onRequestFinished API event
30
-
*[Bug 1436665](https://bugzilla.mozilla.org/show_bug.cgi?id=1436665) - onRequestFinished event should be sent even if the Netmonitor UI isn't initialized
31
-
*[Bug 1434855](https://bugzilla.mozilla.org/show_bug.cgi?id=1434855) - HAR export is very slow
30
+
*[~~Bug 1436665~~](https://bugzilla.mozilla.org/show_bug.cgi?id=1436665) - (fixed in Firefox 61) onRequestFinished event should be sent even if the Netmonitor UI isn't initialized
31
+
*[~~Bug 1434855~~](https://bugzilla.mozilla.org/show_bug.cgi?id=1434855) - (fixed in Firefox 60) HAR export is very slow
32
32
33
33
## Scopes
34
34
There are following scopes related to the architecture of this extension.
@@ -47,16 +47,9 @@ Install the extension into your browser (Firefox & Chrome supported).
47
47
HAR API implemented in `harapi.js` file is automatically injected
48
48
into your page (the file is available in `lib` directory in this repo).
49
49
50
-
Note that the Network panel has to be opened at least once (to initialize
51
-
HTTP tracking backend) in order to make HAR API work as expected.
52
-
This limitation will be soon fixed.
53
-
See also [bug 1436665](https://bugzilla.mozilla.org/show_bug.cgi?id=1436665).
0 commit comments