Skip to content

Commit

Permalink
One more update
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsingh-msft committed Dec 19, 2024
1 parent c406d21 commit 068f1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -980,9 +980,9 @@ The <dfn method for=FileSystemDirectoryHandle>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=]
Expand Down

0 comments on commit 068f1e2

Please sign in to comment.