
This class is copied in 3 places across //components and //content. Bug: 1234791 Change-Id: I52a5b4bb6110b61969d465b04e0ea5ed40476cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3063700 Reviewed-by: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#909266}
File System Access API
This directory contains part of the browser side implementation of the File System Access API.
See https://wicg.github.io/file-system-access/ for the spec for this API.
Related directories
//storage/browser/file_system/
contains the
backend this API is built on top of,
blink/renderer/modules/file_system_access
contains the renderer side implementation and
blink/public/mojom/file_system_access
contains the mojom interfaces for these APIs.