File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,12 +266,12 @@ The <dfn method for=FileSystemHandle>remove(|options|)</dfn> method steps are:
266
266
267
267
1. Let |result| be [=a new promise=] .
268
268
1. Run these steps [=in parallel=] :
269
- 1. Let |entry| be <b> [=this=] </b> 's [=FileSystemHandle/entry=] .
270
269
1. Let |access| be the result of running [=this=] 's
271
270
[=FileSystemHandle/entry=] 's [=entry/request access=] given "`readwrite`".
272
271
1. If |access| is not "{{PermissionState/granted}} ", reject |result| with a
273
272
"{{NotAllowedError}} " {{DOMException}} and abort.
274
273
274
+ 1. Let |entry| be [=this=] 's [=FileSystemHandle/entry=] .
275
275
1. Let |lockResult| be the result of [=file entry/lock/take|taking a lock=]
276
276
with "`exclusive`" on |entry|.
277
277
1. If |lockResult| is false, [=reject=] |result| with a
You can’t perform that action at this time.
0 commit comments