-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New standard: File System #176
Comments
Here's the current scope of the Storage workstream: Line 372 in 7c5b48a
|
We (@whatwg/sg except for @othermaciej) had a discussion about this and considered this to be in scope for the Storage Standard. These seem to be the relevant bits from the Workstream Policy on this question:
— https://whatwg.org/workstream-policy#workstream-living-standards Given that it builds directly on
— https://whatwg.org/workstream-policy#editor-discretion This suggests this addition should be okay starting tomorrow, roughly. If anyone has any further feedback on this, nowish would be a good time. |
Retroactively, I'll add that it seems ok to me to add this as an additional spec in the Storage Workstream and a suitable 14 days notice has been given. |
See whatwg/sg#176 for context.
See whatwg/sg#176 for context.
This change: * Aligns the draft with the WHATWG boilerplate. * Removes local file system access and the sections related to that. * Aligns the introduction with that change in scope. * Changes instances of and/or to or. * Abstracts the permission model, largely to be used by dependent specifications. See whatwg/sg#176 for context.
A preview can now be found at https://whatpr.org/fs/1.html. |
@annevk should we file an issue at https://github.com/w3c/whatwg-coord/issues? |
FYI: once whatwg/fs#1 is merged the standard will be live. |
This change: * Aligns the draft with the WHATWG boilerplate. * Removes local file system access and the sections related to that. * Aligns the introduction with that change in scope. * Changes instances of and/or to or. * Abstracts the permission model, largely to be used by dependent specifications. See whatwg/sg#176 for context.
* Meta: add support files for being a Living Standard See whatwg/sg#176 for context. * Meta: align README See whatwg/sg#176 for context. * Introducing the File System Standard This change: * Aligns the draft with the WHATWG boilerplate. * Removes local file system access and the sections related to that. * Aligns the introduction with that change in scope. * Changes instances of and/or to or. * Abstracts the permission model, largely to be used by dependent specifications. See whatwg/sg#176 for context.
In a TPAC 2021 breakout session we discussed standardizing OPFS + AccessHandle: https://docs.google.com/document/d/1RBK5pshKiKWa0drPEPrYwsAmZUELO_23hGM2iJTFiJA/edit. It's essentially a new storage API like IndexedDB, but with a file system API. The infrastructure it provides will be so it can also be used to support native file system access, but that will not be part of this standard and as such cannot be mandated from implementations.
@mkruisselbrink will be the editor. I will help with the transition.
A question the SG needs to address is whether this warrants a new Workstream or can be placed under an existing Workstream, such as Storage. The latter seems slightly preferable as it would keep things simple. (The whole thing sits on top of
StorageManager
.)I suggest "File System" as name and "fs" as shortname.
The text was updated successfully, but these errors were encountered: