Skip to content

Commit 397b045

Browse files
authored
Blob#slice doc fix
1 parent 5fcd436 commit 397b045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom/src/main/scala/org/scalajs/dom/Blob.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Blob(blobParts: js.Iterable[BlobPart], options: BlobPropertyBag = js.nativ
3535
*/
3636
def `type`: String = js.native
3737

38-
/** A string indicating the MIME type of the data contained in the Blob. If the type is unknown, this string is empty.
38+
/** Creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
3939
*/
4040
def slice(start: Double = js.native, end: Double = js.native, contentType: String = js.native): Blob = js.native
4141

0 commit comments

Comments
 (0)