0
Files
src/content/browser/file_system_access
Rahul Singh 4c4b20aed1 FSA Observer: Rename FSA ChangeType kUnsupported to kUnknown
This change renames the kUnsupported ChangeType enum entry to kUnknown.
In an upcoming CL we will use this renamed entry to fire an event when
the page resumes from BFCache.

Bug: 330500720
Change-Id: I9cd5093686ddac99f0941099572b4c3527476500
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5491834
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Rahul Singh <rahsin@microsoft.com>
Reviewed-by: Nathan Memmott <memmott@chromium.org>
Reviewed-by: Will Harris <wfh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1299448}
2024-05-10 19:48:09 +00:00
..

File System Access API

This directory contains part of the browser side implementation of the File System Access API.

This specification for API is split across two repositories:

//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.