Skip to content

Commit

Permalink
Add File System (worth prototyping) (mozilla#614)
Browse files Browse the repository at this point in the history
Note that the linked issue is technically for AccessHandle which will be part of this standard (but are not yet). It seems good to have a position on the full standard that will eventually include it.
  • Loading branch information
annevk authored and Daasin committed Jan 5, 2023
1 parent beef1cd commit a0e9c9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,19 @@
"title": "File Handling",
"url": "https://github.com/WICG/file-handling/blob/master/explainer.md"
},
{
"ciuName": null,
"description": "File System defines infrastructure for file systems as well as their API.",
"id": "fs",
"mdnUrl": null,
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1748667",
"mozPosition": "worth prototyping",
"mozPositionDetail": "A storage endpoint with a POSIX-like file system API is a valuable addition to the web platform.",
"mozPositionIssue": 562,
"org": "WHATWG",
"title": "File System",
"url": "https://fs.spec.whatwg.org/"
},
{
"ciuName": "native-filesystem-api",
"description": "This document defines a web platform API that lets websites gain write access to the local file system. It builds on File API, but adds lots of new functionality on top.",
Expand Down

0 comments on commit a0e9c9b

Please sign in to comment.