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 f492f87 commit e8d062bCopy full SHA for e8d062b
index.bs
@@ -267,8 +267,8 @@ The <dfn method for=FileSystemHandle>remove(|options|)</dfn> method steps are:
267
1. Let |result| be [=a new promise=].
268
1. Run these steps [=in parallel=]:
269
1. Let |entry| be <b>[=this=]</b>'s [=FileSystemHandle/entry=].
270
- 1. Let |access| be the result of running |entry|'s
271
- [=entry/request access=] given "`readwrite`".
+ 1. Let |access| be the result of running [=this=]'s
+ [=FileSystemHandle/entry=]'s [=entry/request access=] given "`readwrite`".
272
1. If |access| is not "{{PermissionState/granted}}", reject |result| with a
273
"{{NotAllowedError}}" {{DOMException}} and abort.
274
0 commit comments