goog.testing.fs.Blob |
goog.testing.fs.File | goog.testing.fs.Blob |
opt_data
: string=
The string data encapsulated by the blob.
|
opt_type
: string=
The mime type of the blob.
|
![]()
Sets the internal contents of the blob. This should only be called by other
functions inside the
goog.testing.fs namespace.
Arguments:
|
code » | ||||
Creates a blob with bytes of a blob ranging from the optional start
parameter up to but not including the optional end parameter, and with a type
attribute that is the value of the optional contentType parameter.
Arguments:
Returns: !goog.testing.fs.Blob
The result blob of the slice operation.
|
code » | ||||
![]()
No description.
Returns: !ArrayBuffer
The string data encapsulated by the blob as an
ArrayBuffer.
|
code » | ||||
No description.
Returns: string
The string data encapsulated by the blob as a data: URI.
|
code » | ||||
No description.
Returns: string
The string data encapsulated by the blob.
|
code » |