Closed
Bug 1797579
Opened 2 years ago
Closed 2 years ago
Make all FileSystemSyncAccessHandle methods sync
Categories
(Core :: DOM: File, enhancement)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: asully, Assigned: jesup)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
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
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/d5832fd8e9a7
Make SyncAccessHandle fully sync r=webidl,smaug
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•