Skip to content

Commit e8d062b

Browse files
committed
fix request access build error
1 parent f492f87 commit e8d062b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ The <dfn method for=FileSystemHandle>remove(|options|)</dfn> method steps are:
267267
1. Let |result| be [=a new promise=].
268268
1. Run these steps [=in parallel=]:
269269
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`".
270+
1. Let |access| be the result of running [=this=]'s
271+
[=FileSystemHandle/entry=]'s [=entry/request access=] given "`readwrite`".
272272
1. If |access| is not "{{PermissionState/granted}}", reject |result| with a
273273
"{{NotAllowedError}}" {{DOMException}} and abort.
274274

0 commit comments

Comments
 (0)