1# Native File System API
2
3This directory contains part of the browser side implementation of the
4native file system API.
5
6See https://wicg.github.io/native-file-system/ for the spec for this API.
7
8## Related directories
9
10[`//storage/browser/file_system/`](../../../storage/browser/file_system) contains the
11backend this API is built on top of,
12[`blink/renderer/modules/native_file_system`](../../../third_party/blink/renderer/modules/native_file_system)
13contains the renderer side implementation and
14[`blink/public/mojom/native_file_system`](../../../third_party/blink/public/mojom/native_file_system)
15contains the mojom interfaces for these APIs.
16