-
Notifications
You must be signed in to change notification settings - Fork 19
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
Make access check algorithms no longer associated with an entry #101
Comments
@mkruisselbrink's comment is the one we need more clarity on I think:
Although maybe this already works as we simply share query access and request access with newly created children so they would all end up using the same path. |
See WICG#408. This does not completely fix that issue, since there is still once more reference that will be fixed with whatwg/fs#101
See #408. This does not completely fix that issue, since there is still once more reference that will be fixed with whatwg/fs#101
See #408. This does not completely fix that issue, since there is still once more reference that will be fixed with whatwg/fs#101 SHA: f0fd3b3 Reason: push, by @a-sully Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
See WICG#408. This does not completely fix that issue, since there is still once more reference that will be fixed with whatwg/fs#101
Access checks are currently tied to a "file system entry". As of #96, a "file system entry" now corresponds to an actual file or directory on disk. We need to support access checks on FileSystemHandles which don't correspond to an entry (e.g. the entry has been removed), so the access checks must be tied to something else.
We could tie access checks to a FileSystemHandle or a "file system locator". See #96 (comment)
The text was updated successfully, but these errors were encountered: