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

close() method missing? #44

Closed
ronburk opened this issue Aug 8, 2022 · 1 comment
Closed

close() method missing? #44

ronburk opened this issue Aug 8, 2022 · 1 comment

Comments

@ronburk
Copy link

ronburk commented Aug 8, 2022

I'm a little confused by the fact that closing is mentioned many times as a concept, it appears there is a close() method that I'm calling successfully under Chrome, and yet I don't see any actual explicit documentation of a close() method.

@a-sully
Copy link
Collaborator

a-sully commented Aug 8, 2022

FileSystemWritableFileSteam (what you get when you call handle.createWritable()) extends WritableStream, which has a close() method.

SyncAccessHandle also has a close() method, though specifying this is still a WIP. See #21

@a-sully a-sully closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants