ericduran / chromeHAR

HAR viewer that mimics (or at least tries really hard to) Chromes network tab
https://ericduran.github.io/chromeHAR
MIT License
495 stars 133 forks source link

better filtering on `Content-Type` #33

Closed cvan closed 10 years ago

cvan commented 10 years ago

This patch includes more checks for acceptable Content-Types, namely XHRs and Fonts.

On a side note, I wonder what are the criteria in Chrome's dev tools for Fonts and WebSockets. (I've been trying to think of a clever way to get all the @font-faces used and compare it against the list of resources in my phantomjs output.)

P.S. Awesome tool - can't believe I didn't find this sooner!

ericduran commented 10 years ago

@cvan Thanks for the patches and the cleanup, it's still kinda messy :-/

I merged one of your last PR 1st instead of going from 1st to latest so I'll have to manually merge the others. I'll get all of these in tonight when I'm in front of my computer :+1:

Also glad you like it :)

cvan commented 10 years ago

@ericduran thanks, rebased - there shouldn't be any merge conflicts anymore