www/benchmarks/autobench.html [143:149]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
entry.file(function(file) {
var reader = new FileReader();
reader.onloadend = function(evt) {
next();
};
reader.readAsText(file);
}, function(err) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www/benchmarks/autobench.html [160:166]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
entry.file(function(file) {
var reader = new FileReader();
reader.onloadend = function(evt) {
next();
};
reader.readAsText(file);
}, function(err) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -