We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984da05 commit 426a035Copy full SHA for 426a035
index.html
@@ -71,7 +71,7 @@ <h4>Clone and read example:</h4>
71
// Get the blob contents from the file.
72
entry.getBlob().then(function(blob) {
73
// Show the name, sha, and filesize in byes.
74
- console.log(entry.name() + entry.sha() + blob.size() + "b");
+ console.log(entry.name + entry.sha + blob.size + "b");
75
76
// Show a spacer.
77
console.log(Array(72).join("=") + "\n\n");
0 commit comments