Articles tagged: offline
Found 46 documents
- Archive/Firefox_OS/Firefox_OS_apps/Reference_apps/Chrono Chrono is a simple chronometer with a lap counter, built to highlight various aspects of the ...
- Archive/Firefox_OS/Firefox_OS_apps/Reference_apps/General_notes General Notes is a simple note app that allows you to sync local and remote content.
- Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
- Web/API/DataTransferItem/webkitGetAsEntry If the item described by the DataTransferItem is a file, webkitGetAsEntry() returns 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/ExtendableEvent The ExtendableEvent interface extends the lifetime of the install and activate events dispatched ...
- Web/API/FetchEvent The parameter passed into the ServiceWorkerGlobalScope.onfetch handler, FetchEvent represents a ...
- Web/API/FetchEvent/request The request read-only property of the FetchEvent interface returns the Request that triggered ...
- Web/API/FetchEvent/respondWith The respondWith() method of the FetchEvent interface is intended for containing code that ...
- Web/API/FetchEvent_clone The InstallEvent interface represents an install action that is dispatched on the ...
- Web/API/FileException In the File System API, a FileException object represents error conditions that you might ...
- 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/FileSystemDirectoryReader The FileSystemDirectoryReader interface of the File and Directory Entries API lets you access ...
- Web/API/FileSystemEntry The FileSystemEntry interface of the File and Directory Entries API represents a single in a ...
- Web/API/FileSystemEntry/filesystem The read-only filesystem property of the FileSystemEntry interface contains a FileSystem object ...
- Web/API/FileSystemEntry/fullPath The read-only fullPath property of the FileSystemEntry interface returns a DOMString specifying ...
- Web/API/FileSystemEntry/isDirectory The read-only isDirectory property of the FileSystemEntry interface is true if the entry ...
- Web/API/FileSystemEntry/isFile The read-only isFile property of the FileSystemEntry interface is true if the entry represents a ...
- Web/API/FileSystemEntry/name The read-only name property of the FileSystemEntry interface returns a DOMString specifying the ...
- Web/API/FileSystemFileEntry The FileSystemFileEntry interface of the File System API represents a file in a file system. It ...
- Web/API/FileSystemFlags/create The create property on the FileSystemFlags dictionary is used to indicate whether or not the ...
- Web/API/FileSystemFlags/exclusive The exclusive property on the FileSystemFlags dictionary is used in tandem with the create ...
- Web/API/FileSystemSync In the File System API, a FileSystemSync object represents a file system. It has two properties.
- Web/API/File_and_Directory_Entries_API/Firefox_support The original File System API was created to let browsers implement support for accessing a ...
- Web/API/IDBFactory In the following code snippet, we make a request to open a database, and include handlers for ...
- Web/API/InstallEvent The parameter passed into the oninstall handler, the InstallEvent interface represents an ...
- 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 ...
- Web/API/Metadata The Metadata interface is used by the File and Directory Entries API to contain information ...
- Web/API/Metadata/modificationTime The read-only modificationTime property of the Metadata interface is a Date object which ...
- Web/API/Metadata/size The read-only size property of the Metadata interface specifies the size, in bytes, of the ...
- Web/API/PeriodicSyncEvent The parameter passed into the sync handler, the PeriodicSyncEvent interface represents a ...
- Web/API/PromiseRejection This object provides information about a Promise that has been rejected.
- Web/API/PushEvent The PushEvent interface of the Push API represents a push message that has been received. This ...
- Web/API/ServiceWorker The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. ...
- Web/API/ServiceWorkerContainer The ServiceWorkerContainer interface of the ServiceWorker API provides an object representing ...
- Web/API/ServiceWorkerGlobalScope The ServiceWorkerGlobalScope interface of the ServiceWorker API represents the global execution ...
- Web/API/ServiceWorkerMessageEvent The ServiceWorkerMessageEvent interface of the ServiceWorker API contains information about an ...
- Web/API/ServiceWorkerRegistration The ServiceWorkerRegistration interface of the ServiceWorker API represents the service worker ...
- Web/API/Service_Worker_API A service worker is an event-driven worker registered against an origin and a path. It takes the ...
- Web/API/Storage/LocalStorage localStorage is the same as sessionStorage with the same same-origin rules applied but it is ...
- Web/API/SyncEvent The SyncEvent interface represents a sync action that is dispatched on the ...
- Web/Apps/Fundamentals/Offline The following diagram illustrates the typical workflow of an offline app. The entry point is ...
- Web/Apps/Progressive/Network_independent The basic ideas behind network independence are to be able to: