goog.fs.FileReader
.
goog.fs.FileSaver
and goog.fs.FileWriter
.
Returns the string value of a fake blob.
Arguments:
Returns: !goog.async.Deferred
The deferred string value of the blob.
|
code » | |||
Create a fake object URL for a given fake blob. This can be used as a real
URL, and it can be created and revoked normally.
Arguments:
Returns: string
The URL.
|
code » | |||
Concatenates one or more values together and converts them to a fake blob.
Arguments:
Returns: !goog.testing.fs.Blob
The blob.
|
code » | |||
Get a filesystem object. Since these are mocks, there's no difference between
temporary and persistent filesystems.
Arguments:
|
code » | |||
Get a filesystem object. Since these are mocks, there's no difference between
temporary and persistent filesystems.
Arguments:
|
code » | |||
![]()
Installs goog.testing.fs in place of the standard goog.fs. After calling
this, code that uses goog.fs should work without issue using goog.testing.fs.
Arguments:
|
code » | |||
Return whether or not a URL has been granted for the given blob.
Arguments:
Returns: boolean
Whether a URL has been granted.
|
code » | |||
![]()
Remove a URL that was created for a fake blob.
Arguments:
|
code » |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Which object URLs have been granted for fake blobs.
|
Code » |