A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/filesystem below:

File System API · WebPlatform Docs

File System API Summary

The File System API simulates a local file system that web apps can navigate around. You can develop apps that can read, write, and create files and directories in a virtual, sandboxed file system. The asynchronous API methods return without blocking the calling thread. The asynchronous API doesn’t give you data by returning values; instead, you have to pass a callback function. The synchronous API is intended to be used with WebWorkers.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

DirectoryEntry

This interface represents a directory on a file system.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

DirectoryReader

This interface lets a user list files and directories in a directory.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

FileEntry

This interface represents a file on a file system.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

FileSystem

In the File System API, a FileSystem object represents a file system. The object is the argument of a successful callback of requestFileSystem().

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

FileSystemSync

In the File System API, a FileSystemSync object represents a file system.

Out of date; feature discontinued. See http://www.w3.org/TR/file-system-api.

See also Related articles Off-line Storage

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4