breautek commented on code in PR #638: URL: https://github.com/apache/cordova-plugin-file/pull/638#discussion_r1804707402
########## README.md: ########## @@ -27,18 +27,18 @@ description: Read/write files on the device. This plugin implements a File API allowing read/write access to files residing on the device. -This plugin is based on several specs, including : -The HTML5 File API -[http://www.w3.org/TR/FileAPI/](http://www.w3.org/TR/FileAPI/) - -The Directories and System extensions -Latest: -[http://www.w3.org/TR/2012/WD-file-system-api-20120417/](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/](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](http://dev.w3.org/2009/dap/file-system/file-writer.html) +This plugin is based on several specs: +- The HTML5 File API http://www.w3.org/TR/FileAPI + - Active spec +- The Directories and System extensions: 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 + - This spec is discontinued +- The FileWriter spec: http://dev.w3.org/2009/dap/file-system/file-writer.html + - This spec is discontinued + +There are new specs, which could eventually replace the discontinued specs: +- File System: https://fs.spec.whatwg.org +- File System Access: https://wicg.github.io/file-system-access Review Comment: We can omit the `2` note marker and add it back as part of the promise PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org