firefox-devtools / bidi-har-export

Experimental module to compile WebDriver BiDi network events as a HAR file
7 stars 3 forks source link

Support headers and cookies using the BytesValue format #20

Closed juliandescottes closed 1 year ago

juliandescottes commented 1 year ago

Fixes #19

juliandescottes commented 1 year ago

cc @lutien @whimboo for review.

This keeps support for non BytesValue headers/cookies, in case someone wants to use it with older FF versions, but will also work fine with Firefox 117+.

Added a test for both modes