Articles tagged: File
Found 11 documents
- Mozilla/JavaScript_code_modules/OSFile.jsm JavaScript module OS.File contains primitives for manipulating files out of the main thread.
- Mozilla/JavaScript_code_modules/OSFile.jsm/OS.File.DirectoryIterator.Entry Instances of OS.File.DirectoryIterator.Entry represent file information that has been collected ...
- Mozilla/JavaScript_code_modules/OSFile.jsm/OS.File.Info Instances of OS.File.Info represent file metadata, such as the size of the file, its last ...
- Web/API/Blob/type The type property of a Blob object provides the MIME type of the file. It returns an empty ...
- Web/API/File/webkitRelativePath The File.webkitRelativePath is a read-only property that contains a DOMString which specifies ...
- Web/API/FileEntrySync The FileEntrySync interface of the File System API represents a file in a file system. It lets ...
- Web/API/FileReader/onload The FileReader.onload property contains a event handler executed when the load event is fired, ...
- Web/API/FileSystemFileEntry/file The FileSystemFileEntry interface's method file () returns a File object which can be used to ...
- Web/API/File_and_Directory_Entries_API/Introduction The File and Directory Entries API simulates a local file system that web apps can navigate ...
- Web/API/FormData/Using_FormData_Objects The FormData object lets you compile a set of key/value pairs to send using XMLHttpRequest. It ...
- Web/Apps/Fundamentals/gather_and_modify_data The following flowchart illustrates the typical workflow for retrieving data from the device ...