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

Fixed a bug with multiple pages. Added a Content tab. #32

Open JeffreyVest opened 10 years ago

JeffreyVest commented 10 years ago

I wanted to add the content member for entries as another tab. Along the way I ran into a bug with it using the index of the entry within the page it was in, which doesn't work well when trying to pull entries on the second page and beyond. I changed it to instead just pass the entry directly.

cvan commented 10 years ago

this is awesome! can this been merged in?