NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.04k stars 89 forks source link

Can't connect routes to server 35.0.1900.0 canary #91

Closed p5hema2 closed 10 years ago

p5hema2 commented 10 years ago

options.js throws error. See picture below.

http://take.ms/YkgOr

With best regards Martin Heß

mateutek commented 10 years ago

Semi-sollution , open console->resources->localstorage->routes Add such object for new projects {"match":"URL","savePath":"HDD_LOCATION","id":"SERVERID"}

OnurGvnc commented 10 years ago

http://stackoverflow.com/a/13957358

NodeList.prototype.forEach = HTMLCollection.prototype.forEach = Array.prototype.forEach;
NodeList.prototype.map = HTMLCollection.prototype.map = Array.prototype.map;
NodeList.prototype.filter = HTMLCollection.prototype.filter = Array.prototype.filter;
NodeList.prototype.reduce = HTMLCollection.prototype.reduce = Array.prototype.reduce;
NodeList.prototype.reduceRight = HTMLCollection.prototype.reduceRight = Array.prototype.reduceRight;
NodeList.prototype.every = HTMLCollection.prototype.every = Array.prototype.every;
NodeList.prototype.some = HTMLCollection.prototype.some = Array.prototype.some;
ghost commented 10 years ago

Same here: screenshot 2014-04-16 21 43 20 Chrome 35.0.1916.47 beta – OS X 10.9.2