We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde2e9 commit 348a9dcCopy full SHA for 348a9dc
index.bs
@@ -239,6 +239,8 @@ when invoked, must run these steps:
239
1. [=/Reject=] |result| with a {{TypeMismatchError}} and abort.
240
1. If |entry| is not an empty directory and |options|.{{FileSystemRemoveOptions/recursive}} is `false`:
241
1. [=/Reject=] |result| with an {{InvalidModificationError}} and abort.
242
+ 1. If |entry| is the root of a sandboxed file system:
243
+ 1. [=/Reject=] |result| with a {{NoModificationAllowedError}} and abort.
244
1. If |entry| is a [=file entry=]:
245
1. If |entry|'s path does not exist:
246
1. [=/Reject=] |result| with a {{NotFoundError}} and abort.
0 commit comments