Contact [email protected], [email protected] Specificationhttps://github.com/WICG/file-system-access/pull/317
Summary Currently, the File System Access API does not support an efficient way to move or rename files or directories. This requires creating a new file/directory, copying over data (recursively, in the case of a directory), and removing the original. This process is slow, error prone (e.g. disk full), and can require re-uploading files in some cases. Blink componentBlink>Storage>FileSystem <https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3EStorage%3EFileSystem> TAG reviewNot yet requested TAG review statusNot applicable Risks Interoperability and Compatibility Gecko: No signal WebKit: No signal Web developers: Strongly positive ( https://github.com/WICG/file-system-access/issues/65) Security Writes to the Origin Private File System skip Chrome's Safe Browsing checks. Moving these files out of the OPFS to a directory on the user's system is a use case we want to support, so we will perform safe-browsing checks on these moves. Goals for experimentation Ongoing technical constraints Debuggability N/A Will this feature be supported on all six Blink platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView)?No The File System Access API is not exposed on Android Is this feature fully tested by web-platform-tests <https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md> ?Yes Flag nameFileSystemAccessAPIExperimental Requires code in //chrome?False Estimated milestones No milestones specified Link to entry on the Chrome Platform Status https://chromestatus.com/feature/5640802622504960 This intent message was generated by Chrome Platform Status <https://www.chromestatus.com/>. -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGnvaEUSBLRxPZkWuX9Q-_pPD4yooz1Sa3Mb%3DN6N55BSaK09UA%40mail.gmail.com.
