Skip to content

Commit 05660d9

Browse files
authored
Reformatting specs
and remove potential new replacement specs
1 parent 066d1e2 commit 05660d9

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,13 @@ description: Read/write files on the device.
2525

2626
[![Android Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/android.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/android.yml) [![Chrome Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/chrome.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/chrome.yml) [![iOS Testsuite](https://github.com/apache/cordova-plugin-file/actions/workflows/ios.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/ios.yml) [![Lint Test](https://github.com/apache/cordova-plugin-file/actions/workflows/lint.yml/badge.svg)](https://github.com/apache/cordova-plugin-file/actions/workflows/lint.yml)
2727

28-
This plugin implements a File API allowing read/write access to files residing on the device.
29-
30-
This plugin is based on several specs:
31-
- The HTML5 File API http://www.w3.org/TR/FileAPI
32-
- Active spec
33-
- The Directories and System extensions: http://www.w3.org/TR/2012/WD-file-system-api-20120417
34-
- Although most of the plugin code was written when an earlier spec was current: http://www.w3.org/TR/2011/WD-file-system-api-20110419
35-
- This spec is discontinued
36-
- The FileWriter spec: http://dev.w3.org/2009/dap/file-system/file-writer.html
37-
- This spec is discontinued
38-
39-
There are new specs, which could eventually replace the discontinued specs:
40-
- File System: https://fs.spec.whatwg.org
41-
- File System Access: https://wicg.github.io/file-system-access
28+
This plugin implements a File API allowing read/write access to files residing on the device, based on the following W3C specifications:
29+
30+
- [HTML5 File API](http://www.w3.org/TR/FileAPI)
31+
- [File API: Directories and System](http://www.w3.org/TR/2012/WD-file-system-api-20120417)<sup>1</sup>
32+
- [File API: Writer](https://www.w3.org/TR/2012/WD-file-writer-api-20120417/)<sup>1</sup>
33+
34+
<sup>1</sup> These specifications are discontinued and the file plugin may not have the entire specification implemented.
4235

4336
>*Note* While the W3C FileSystem spec is deprecated for web browsers, the FileSystem APIs are supported in Cordova applications with this plugin for the platforms listed in the _Supported Platforms_ list, with the exception of the Browser platform.
4437

0 commit comments

Comments
 (0)