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 40f4568 commit 591a28eCopy full SHA for 591a28e
from.js
@@ -27,8 +27,8 @@ class BlobDataItem {
27
this.mtime = options.mtime;
28
}
29
30
- // Slicing arguments is validated and formated
31
- // by Blob.prototype.slice
+ // Slicing arguments is first validated and formated
+ // to not be out of range by Blob.prototype.slice
32
slice(start, end) {
33
return new BlobDataItem({
34
path: this.path,
0 commit comments