blob: f3ceff135625aaaf0bd12a2dd666e72ae538a015 [file] [log] [blame] [view]
# 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/`](../../../storage/browser/file_system) contains the
backend this API is built on top of,
[`blink/renderer/modules/file_system_access`](../../../third_party/blink/renderer/modules/file_system_access)
contains the renderer side implementation and
[`blink/public/mojom/file_system_access`](../../../third_party/blink/public/mojom/file_system_access)
contains the mojom interfaces for these APIs.