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 23f9ba3 commit c47515fCopy full SHA for c47515f
index.bs
@@ -283,7 +283,7 @@ The <dfn method for=FileSystemHandle>remove(|options|)</dfn> method steps are:
283
284
1. If |entry| is a [=directory entry=]:
285
1. If |entry|'s [=directory entry/children=] [=set/is empty=] and
286
- |options|.{{FileSystemRemoveOptions/recursive}} is `false`:
+ |options|'s {{FileSystemRemoveOptions/recursive}} is `false`:
287
1. [=/Reject=] |result| with an "{{InvalidModificationError}}" {{DOMException}} and abort.
288
1. If |entry| is the [=root directory of the origin private file system=]:
289
1. [=set/For each=] |child| of |entry|'s [=directory entry/children=]:
0 commit comments