diff --git a/db.json b/db.json index 699829c..3109e0a 100644 --- a/db.json +++ b/db.json @@ -377,6 +377,23 @@ } ], "standards": [ + { + "name": "File System", + "href": "https://fs.spec.whatwg.org/", + "description": "File system infrastructure and API.", + "authors": [ + { + "name": "Marijn Kruisselbrink", + "email": "mek@google.com" + } + ], + "reference": "FS", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "whatfilesystem" + }, { "name": "Storage", "href": "https://storage.spec.whatwg.org/",