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 5fcd436 commit 397b045Copy full SHA for 397b045
dom/src/main/scala/org/scalajs/dom/Blob.scala
@@ -35,7 +35,7 @@ class Blob(blobParts: js.Iterable[BlobPart], options: BlobPropertyBag = js.nativ
35
*/
36
def `type`: String = js.native
37
38
- /** A string indicating the MIME type of the data contained in the Blob. If the type is unknown, this string is empty.
+ /** Creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
39
40
def slice(start: Double = js.native, end: Double = js.native, contentType: String = js.native): Blob = js.native
41
0 commit comments