Skip to content

Commit 99c65c3

Browse files
committed
Formatting
1 parent 397b045 commit 99c65c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

38-
/** Creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
39-
*/
38+
/** Creates and returns a new Blob object which contains data from a subset of the blob on which it's called. */
4039
def slice(start: Double = js.native, end: Double = js.native, contentType: String = js.native): Blob = js.native
4140

4241
/** Returns a ReadableStream that can be used to read the contents of the blob. */

0 commit comments

Comments
 (0)