Bug 253302

Summary: Implement the `FileSystemHandle.remove()` method
Product: WebKit Reporter: Thomas Steiner <tomac>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, sihui_liu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>