Reputation: 926
I've just installed Google Canary on my Mac. I want to have a play with the Experiments in the google developer tools. But I can't for the life of me find where/how to enable them.
I specifically want to look at using/editing SASS in the browser.
Thanks dave
Upvotes: 11
Views: 11969
Reputation: 1086
For Protocol Monitor, beside turning on the Cogs Icon > Experiments > Monitor.
You will also have to go back to the console and toggle the protocol panel by pressing Cmd + Shift + P
and choose Show Protocol Monitor
Upvotes: 0
Reputation: 926
Found it
In chrome go to chrome://flags and enable it there.
chrome://flags
.In the DevTools settings, there's now a new Experiments tab.
Cheers
Upvotes: 18