Articles tagged: File API
Found 32 documents
- Web/API/Blob/Blob The Blob() constructor returns a new Blob object. The content of the blob consists of the ...
- Web/API/BlobBuilder The BlobBuilder interface provides an easy way to construct Blob objects. Just create a ...
- Web/API/DirectoryEntrySync The DirectoryEntrySync interface of the File System API represents a directory in a file system. ...
- Web/API/EntrySync The EntrySync interface of the FileSystem API represents an entry in a file system. The entry ...
- Web/API/File The File interface provides information about files and allows JavaScript in a web page to ...
- Web/API/File/fileName Returns the name of the file. For security reasons the path is excluded from this property.
- Web/API/File/fileSize Returns the size of a file in bytes.
- Web/API/File/getAsBinary The getAsBinary method allows to access the file's data in raw binary format.
- Web/API/File/getAsDataURL The getAsDataURL provides a data: URL that encodes the entire contents of the referenced file.
- Web/API/File/getAsText The getAsText method provides the file's data interpreted as text using a given encoding.
- Web/API/File/lastModifiedDate The File.lastModifiedDate read-only property returns the last modified date of the file. Files ...
- Web/API/File/mozFullPath
- Web/API/File/name Returns the name of the file represented by a File object. For security reasons, the path is ...
- Web/API/File/webkitRelativePath The File.webkitRelativePath is a read-only property that contains a DOMString which specifies ...
- Web/API/FileError Represents an error that occurs while using the FileReader interface.
- Web/API/FileException In the File System API, a FileException object represents error conditions that you might ...
- Web/API/FileList An object of this type is returned by the files property of the HTML input element; this lets ...
- Web/API/FileReader The FileReader object lets web applications asynchronously read the contents of files (or raw ...
- Web/API/FileReader/abort The abort method aborts the read operation. Upon return, the readyState will be DONE.
- Web/API/FileReader/error Returns the error that occurred while reading the file.
- Web/API/FileReader/readAsArrayBuffer The FileReader interface's readAsArrayBuffer() method is used to start reading the contents of a ...
- Web/API/FileReader/readAsBinaryString The readAsBinaryString method is used to start reading the contents of the specified Blob or ...
- Web/API/FileReader/readAsDataURL The readAsDataURL method is used to read the contents of the specified Blob or File. When the ...
- Web/API/FileReader/readAsText The readAsText method is used to read the contents of the specified Blob or File. When the read ...
- Web/API/FileReader/readyState Provides the current state of the reading operation.
- Web/API/FileReader/result Returns the file's contents. This property is only valid after the read operation is complete, ...
- Web/API/FileSystem The File and Directory Entries API interface FileSystem is used to represent a file system. ...
- Web/API/FileSystemDirectoryEntry The FileSystemDirectoryEntry interface of the File and Directory Entries API represents a ...
- Web/API/FileSystemFileEntry The FileSystemFileEntry interface of the File System API represents a file in a file system. It ...
- Web/API/FileSystemSync In the File System API, a FileSystemSync object represents a file system. It has two properties.
- Web/API/LocalFileSystem The LocalFileSystem interface of the File System API gives you access to a sandboxed file ...
- Web/API/LocalFileSystemSync The LocalFileSystemSync interface of the File System API gives you access to a sandboxed file ...