From 068f1e2eccbcaacb608a352a3bb3ee2f1236f8fd Mon Sep 17 00:00:00 2001 From: Rahul Singh Date: Wed, 18 Dec 2024 16:18:53 -0800 Subject: [PATCH] One more update --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index e61e3ed..be45713 100644 --- a/index.bs +++ b/index.bs @@ -980,9 +980,9 @@ The getDirectoryHandle(|name|, |option directory named |name|, this will attempt to delete that file or directory. Attempting to delete a file or directory that does not exist results in a promise - being rejected with a "NotFoundError" DOMException. Similarly, attempting to delete - a non-empty directory results in a promise being rejected with an - "InvalidModificationError" DOMException. + being rejected with a "NotFoundError" DOMException. Attempting to delete a non-empty + directory results in a promise being rejected with an "InvalidModificationError" + DOMException. : await |directoryHandle| . {{FileSystemDirectoryHandle/removeEntry()|removeEntry}}(|name|, { {{FileSystemRemoveOptions/recursive}}: true }) :: Removes the [=/file system entry=] named |name| in the [=directory entry=]