-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Correct descriptions of the asynchronous iterator methods on FileSystemDirectoryHandle
#29012
Conversation
303ef8c
to
3af7e25
Compare
FileSystemDirectoryHandle
.FileSystemDirectoryHandle
Preview URLs
(comment last updated: 2023-11-06 08:56:19) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A suggestion: maybe just using the text of the overview of FileSystemDirectoryHandle
interface is ok
See https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryHandle
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
bd4d0d0
to
6005768
Compare
Co-authored-by: Florian Scholz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 👍
Description
Correct descriptions of the asynchronous iterator methods on
FileSystemDirectoryHandle
.Motivation
FileSystemDirectoryHandle: keys()
FileSystemDirectoryHandle: values()
FileSystemDirectoryHandle: entries()
Related issues and pull requests
Fixes #25876