sitespeedio / chrome-har

Create HAR files from Chrome Debugging Protocol data
MIT License
148 stars 50 forks source link

Propagation of response.encoding #79

Closed miro-balaz closed 3 years ago

miro-balaz commented 3 years ago

As per http://www.softwareishard.com/blog/har-12-spec/#content , there is "encoding" field in content. I need to be able to use it, because in my project I am base64 encoding certain reponses.

soulgalore commented 3 years ago

Hi @miro-balaz aha cool. I think you can fix the format issues withnpm run lint:fix.

miro-balaz commented 3 years ago

I think it should be ok now, i just commited it into my branch and it automatically appeared in PR, i didn't expect that.

soulgalore commented 3 years ago

Oopss, I totally missed this PR, I'll merge and change the field name.