Bug 247071 - Make all FileSystemSyncAccessHandle methods sync
Summary: Make all FileSystemSyncAccessHandle methods sync
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks: 231706
  Show dependency treegraph
 
Reported: 2022-10-26 10:32 PDT by Austin Sullivan
Modified: 2023-01-06 13:43 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Sullivan 2022-10-26 10:32:20 PDT
The SyncAccessHandle interface contains both sync and async methods. The following methods should be made synchronous:

- getSize()
- truncate()
- flush()
- close()

Filing implementation bug as per https://github.com/whatwg/fs/pull/55#pullrequestreview-1156657854
Comment 1 Radar WebKit Bug Importer 2022-10-26 22:58:21 PDT
<rdar://problem/101620396>
Comment 2 Sihui Liu 2022-12-21 12:24:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/7972
Comment 3 EWS 2023-01-04 21:10:36 PST
Committed 258473@main (acd30cd15672): <https://commits.webkit.org/258473@main>

Reviewed commits have been landed. Closing PR #7972 and removing active labels.