Skip to content

Conversation

@Bashamega
Copy link
Contributor

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

property kind readonly=#true overrideType="\"directory\""
}

interface FileReader {
Copy link
Contributor

Choose a reason for hiding this comment

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

FileReader is part of the more traditional File API, not the new File System. Let's put it in a separate file.

event error type=ProgressEvent
event loadend type=ProgressEvent

property readyState overrideType="typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we make this 0 | 1 | 2 while we are at it?

@Bashamega
Copy link
Contributor Author

I have updated it @saschanaz

Copy link
Contributor

@saschanaz saschanaz left a comment

Choose a reason for hiding this comment

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

LGTM

event load type=ProgressEvent
event abort type=ProgressEvent
event error type=ProgressEvent
event loadend type=ProgressEvent
Copy link
Contributor

Choose a reason for hiding this comment

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

I have a mixed feeling of event types not being in events.kdl, but I guess this is fine.

@saschanaz
Copy link
Contributor

LGTM

@github-actions github-actions bot merged commit 8fc0682 into microsoft:main Nov 5, 2025
7 of 8 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

Merging because @saschanaz is a code-owner of all the changes - thanks!

@Bashamega Bashamega deleted the file-system branch November 6, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants