-
Notifications
You must be signed in to change notification settings - Fork 408
More refinement of webfs impl #4584
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
Conversation
The generated output of |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
cafb93f
to
d795458
Compare
Btw, the biggest change here is that the WebFs classes no longer directly hold the This also still isn't perfect, as there are a few other bits in here that need to be fixed, but I'm trying to go through these in smaller, more consumable/reviewable chunks rather than all at once. |
Reworks the Webfs implementation to be more correct and pass more of the WPT's.
Simplifies things a bit by removing the sync fs api for now (we can add it back in later)