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

Add the FileSystemObserver API #165

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nathanmemmott
Copy link
Contributor

@nathanmemmott nathanmemmott commented Jul 18, 2024

Add the FileSystemObserver API

Defines the FileSystemObserver API, an API to observe file system
change events.

See #123 and WICG/file-system-access#72

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

Nathan Memmott and others added 4 commits July 3, 2024 11:48
Gives each concept in the concepts section its own section.
Pulls out some implementation-defined concepts into a file system
concept.

This is so that the file system concept can be extended further in the
future.
Pulls out some implementation-defined concepts into a file system
concept.

This is so that the file system concept can be extended further in the
future.
@nathanmemmott nathanmemmott changed the title File system observer Add the FileSystemObserver API Jul 19, 2024
index.bs Outdated Show resolved Hide resolved
Copy link
Collaborator

@mkruisselbrink mkruisselbrink left a comment

Choose a reason for hiding this comment

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

It would be nice if we could somehow specify more precisely what exact change events are triggered by changes to the bucket file system, since that should be entirely under control of user agents, so should be possible to be fully compatible between implementations. Not sure how to be go about doing that. Left a bunch of other comments as well...

index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
@nathanmemmott nathanmemmott force-pushed the file_system_observer branch 3 times, most recently from e254c7d to 86ed1e4 Compare October 31, 2024 23:45
Defines the FileSystemObserver API, an API to observe file system
change events.

See whatwg#123 and WICG/file-system-access#72
@nathanmemmott
Copy link
Contributor Author

The errors causing the build to fail were not introduced by this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants