for a "soft" delete... or send to recycle bin... trash can... whatever the OS supports.
"Best effort" compliance would be fine. It would be nice if users could restore files / folders they accidentally deleted through my ui.
I would also recommend making this a request which browsers are not required to respect in case users don't want applications hard deleting files if soft is set to false.
dhandle.removeEntry('file', { soft: true });
for a "soft" delete... or send to recycle bin... trash can... whatever the OS supports. "Best effort" compliance would be fine. It would be nice if users could restore files / folders they accidentally deleted through my ui.