On Github jaredfaris / F12Tools
Created by Jared Faris / @jaredthenerd
slides: f12talk.azurewebsites.net
source: github.com/jaredfaris/F12Tools
This stuff changes fast
Consider following the various dev team blogs:
Change this to be highlighted
This sentence isn't fini
Firefox and IE
Look for the green bar
Look for the green bar
Changes Tab!
Shift + Enter
I'm going to get deleted!
Delete!Inspect the reveal.js arrows
{ "version" : 3, "file": "out.js", "sourceRoot": "", "sources": ["foo.js", "bar.js"], "sourcesContent": [null, null], "names": ["src", "maps", "are", "fun"], "mappings": "A,AAAB;;ABCDE;" }More details here
Chrome, Firefox
var p1 = new Promise(function(resolve, reject) {setTimeout(function(){ resolve("hello!")}, 3000)});
Wow EDGE is slow.
CTRL+SHIFT+U
Click here for a demo that uses CORS.
Not on by default
Great when debugging AJAX stuff.
slides: f12talk-pyohio.azurewebsites.net
source: github.com/jaredfaris/F12Tools