chore(): remove unused files

This commit is contained in:
Daniel Sogl
2021-09-29 14:38:45 +02:00
parent 5884ecbac3
commit 5a3a264eb1
218 changed files with 704 additions and 459 deletions
+8 -6
View File
@@ -18,7 +18,6 @@ This plugin implements a File API allowing read/write access to files residing o
The File class implements static convenience functions to access files and directories.
Example:
```
import { File } from '@awesome-cordova-plugins/file/ngx';
@@ -31,11 +30,11 @@ this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Dire
```
This plugin is based on several specs, including : The HTML5 File API http: //www.w3.org/TR/FileAPI/
The (now-defunct) Directories and System extensions Latest: http: //www.w3.org/TR/2012/WD-file-system-api-20120417/
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/ It also implements the FileWriter spec : http:
//dev.w3.org/2009/dap/file-system/file-writer.html
This plugin is based on several specs, including : The HTML5 File API http: //www.w3.org/TR/FileAPI/
The (now-defunct) Directories and System extensions Latest: http: //www.w3.org/TR/2012/WD-file-system-api-20120417/
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/ It also implements the FileWriter spec : http:
//dev.w3.org/2009/dap/file-system/file-writer.html
## Supported platforms
@@ -44,3 +43,6 @@ Although most of the plugin code was written when an earlier spec was current: h
- iOS
- macOS
- Windows