Skip to content

Releases: firefox-devtools/bidi-har-export

Ignore requests with invalid requestTime

12 Nov 19:52
f286a98
Compare
Choose a tag to compare

Some requests seem to be picked up with requestTime set to 0.
Might be related to https://bugzilla.mozilla.org/show_bug.cgi?id=1922390

Fix computation of intermediary timings

08 Oct 15:31
Compare
Choose a tag to compare
v0.0.16

Prepare release 0.0.16

Support timings in milli or micro seconds

20 Sep 23:23
07bb8f8
Compare
Choose a tag to compare

Firefox 132 switches to milliseconds, as expected by the spec.
Adapt the exporter to work with both units.

Filter out data URLs

04 Sep 12:04
0b9062e
Compare
Choose a tag to compare

Fixes an issue with Firefox 130 which now emits events for data URLs

Ignore frame navigations

13 May 15:13
dc19d1c
Compare
Choose a tag to compare
Merge pull request #25 from juliandescottes/ignore-frame-contexts

Ignore frame contexts

Handle network.BytesValue format

04 Sep 08:41
e1fd94e
Compare
Choose a tag to compare
Merge pull request #21 from juliandescottes/prepare-0.0.12

Prepare 0.0.12

Fix decodeURIComponent log spam

16 Jun 15:47
37eacd6
Compare
Choose a tag to compare
Merge pull request #18 from juliandescottes/prepare-0.0.11

Prepare 0.0.11

Exclude null pageTimings from the har export

12 Apr 17:03
8f8a8bf
Compare
Choose a tag to compare
Merge pull request #15 from juliandescottes/null-pageTimings

Null page timings

Support orphaned requests

12 Apr 15:19
6ea3649
Compare
Choose a tag to compare
Merge pull request #14 from juliandescottes/orphaned-requests

Orphaned requests

Fix page detection issue with redirects

07 Apr 20:49
db48094
Compare
Choose a tag to compare
Merge pull request #13 from juliandescottes/redirected-pageloads

Handle redirects to identify initial page request