Skip to content
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

Update api.lFileSystem(Sync) status and URLs #6163

Merged
merged 2 commits into from May 27, 2020
Merged

Update api.lFileSystem(Sync) status and URLs #6163

merged 2 commits into from May 27, 2020

Conversation

bershanskiy
Copy link
Contributor

This updates two files to match existing status descriptions and MDN URL patterns.

Mark these interfaces:

  • "experimental" since only Chromium ever implemented them.
  • "standard_track" since there was a spec.
  • "deprecated" since the spec was abandoned.

Mark these interfaces:
 - "experimental" since only Chromium ever implemented them.
 - "standard_track" since there was a spec.
 - "deprecated" since the spec was abandoned.
@ghost ghost added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 15, 2020
@bershanskiy
Copy link
Contributor Author

Now when I had time to think about this a bit longer, I think LocalFileSystem members should be documented under Window like Window.requestFileSystem. Then LocalFileSystem.requestFileSystem would be merged with Window.requestFileSystem and LocalFileSystem.resolveLocalFileSystemURL would be moved to Window.resolveLocalFileSystemURL.
Does this make sense?

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, @bershanskiy. You're right this data is weird. There's no LocalFileSystem as such, just a couple methods on window. I'm happy with this change. 👍

@ddbeck ddbeck merged commit a5beb43 into mdn:master May 27, 2020
@bershanskiy bershanskiy deleted the localfilesystem branch May 28, 2020 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants