From 5e2ad77f345bb271e025b770b6c3c0030a6e2456 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 11 Nov 2022 23:32:09 +0000 Subject: [PATCH] remove duplication with whatwg/fs Fixes #342, fixes #370 --- index.bs | 970 ++----------------------------------------------------- 1 file changed, 21 insertions(+), 949 deletions(-) diff --git a/index.bs b/index.bs index 78a13ee..dd5a041 100644 --- a/index.bs +++ b/index.bs @@ -1,7 +1,7 @@
 Title: File System Access
 Shortname: file-system-access
-Abstract: This document defines a web platform API that enables developers to build
+Abstract: This document extends the API in [[FS]] to enables developers to build
   powerful web apps that interact with files on the user's local device.
   It builds on [[FILE-API|File API]] for file reading capabilities, and adds new API
   surface to enable modifying files, as well as working with directories.
@@ -25,6 +25,12 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
   type: dfn; text: realm; url: realm
 urlPrefix: https://storage.spec.whatwg.org/; spec: storage
   type: dfn; text: storage; url: site-storage
+urlPrefix: https://fs.spec.whatwg.org/; spec: fs
+  type: dfn; text: binary data; url: file-entry-binary-data
+  type: dfn; text: directory entry; url: directory
+  type: dfn; text: entry; url: entry
+  type: dfn; text: file entry; url: file
+  type: dfn; text: origin private file system; url: origin-private-file-system