4 ms·
I actually prefer the Firefox dev tools these days. One thing that I really like is the edit and resend functionality[0]. Quite useful when quickly testing API
by wluu 9y ago
I actually prefer the Firefox dev tools these days. One thing that I really like is the edit and resend functionality[0]. Quite useful when quickly testing API calls. I know you can use other tools in Chrome to do the same, but I like that it’s built in. Good to see improvements in the Chrome dev tools nonetheless!
[0] https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor#Edit_and_Resend https://developer.mozilla.org/en-US/docs/Tools/Network_Monit...
- alt2501 9y agoI like Firefox too, but chrome still displays JSON objects in the console very nicely. I haven't found a good way to do this in FF yet. Do you know of a way?