whatwg / fs

File System Standard
https://fs.spec.whatwg.org/
Other
237 stars 20 forks source link

Update FileSystemSyncAccessHandle async methods to sync #55

Closed dslee414 closed 2 years ago

dslee414 commented 2 years ago

Per discussions from https://github.com/whatwg/fs/issues/7 and https://github.com/whatwg/fs/issues/28, this PR updates FileSystemSyncAccessHandle getSize(), truncate(), flush() and close() asynchronous methods to synchronous.


Preview | Diff

a-sully commented 2 years ago

Filed https://bugs.webkit.org/show_bug.cgi?id=247071 and https://bugzilla.mozilla.org/show_bug.cgi?id=1797579