Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTheo Lufkin
Web Development Techdegree Graduate 15,577 PointsThis looks like an older video. Anyone know how to get to the XML option in Dev tools?
In the video he clicks on options in Google Chrome and opens up dev tools, then right clicks in the console and selects an option to show the XML... But it's different than the newer version of chrome. Does anyone know how to get to it?
1 Answer
Jason Larson
8,361 PointsIn the upper right corner of the Console window you should see a gear icon. Click that to display the console settings, and in there is a checkbox for "Log XMLHttpRequests"
Charlie Palmer
15,445 PointsCharlie Palmer
15,445 PointsI think CTRL + SHIFT + I -> 'Network' -> 'Fetch/XHR' might be what you're looking for.
Also for future reference, After you have covered all of the AJAX tutorials on teamtreehouse.com, you should try looking into the 'axios' library for making front end requests to a server.