From f04c1564559ae567c9bf2fc2f9da1f8ba6c2b775 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 13 Dec 2021 11:56:26 +0100 Subject: [PATCH] Add File System Standard Closes #176. --- db.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/db.json b/db.json index c959fe0..7826e1a 100644 --- a/db.json +++ b/db.json @@ -394,6 +394,23 @@ } ], "standards": [ + { + "name": "File System", + "href": "https://fs.spec.whatwg.org/", + "description": "The File System Standard defines infrastructure and an API for file systems.", + "authors": [ + { + "name": "Marijn Kruisselbrink", + "email": "mek@chromium.org" + } + ], + "reference": "FS", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "whatfilesystem" + }, { "name": "Storage", "href": "https://storage.spec.whatwg.org/",