0
Files
src/content/browser/file_system_access
Austin Sullivan bec3cb1a99 Move BigIOBuffer to storage service
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}
2021-08-06 13:23:33 +00:00
..

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.

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