public class JsBlob extends JsElementalMixinBase implements Blob
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsBlob() |
Modifier and Type | Method and Description |
---|---|
double |
getSize()
The size, in bytes, of the data contained in the
Blob object. |
String |
getType()
An ASCII-encoded string, in all lower case, indicating the MIME type of the data contained in the
Blob . |
JsBlob |
webkitSlice() |
JsBlob |
webkitSlice(double start) |
JsBlob |
webkitSlice(double start,
double end) |
JsBlob |
webkitSlice(double start,
double end,
String contentType) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final double getSize()
Blob
Blob
object. Read only.public final String getType()
Blob
Blob
. If the type is unknown, this string is empty. Read only.public final JsBlob webkitSlice()
webkitSlice
in interface Blob
public final JsBlob webkitSlice(double start)
webkitSlice
in interface Blob
public final JsBlob webkitSlice(double start, double end)
webkitSlice
in interface Blob
public final JsBlob webkitSlice(double start, double end, String contentType)
webkitSlice
in interface Blob
Copyright © 2018. All rights reserved.