Bug 253302 - Implement the `FileSystemHandle.remove()` method
Summary: Implement the `FileSystemHandle.remove()` method
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-03 02:54 PST by Thomas Steiner
Modified: 2023-03-10 02:55 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 Thomas Steiner 2023-03-03 02:54:26 PST
Currently WebKit only implements `FileSystemDirectoryHandle.removeEntry()`, which is less ergonomic in many cases. It would be great if WebKit could follow Chrome and also implement the `FileSystemHandle.remove()` method (https://github.com/whatwg/fs/pull/9).
Comment 1 Radar WebKit Bug Importer 2023-03-10 02:55:17 PST
<rdar://problem/106546066>