File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -288,9 +288,6 @@ method steps are:
288288 1. Set |destinationEntry|'s [=entry/name=] to |newName|.
289289 1. If |entry| is [=the same as=] |destinationEntry|,
290290 [=/resolve=] |result| with `undefined`.
291- 1. If |destinationEntry| exists in the underlying file system:
292- 1. [=/Reject=] |result| with an "{{InvalidModificationError}} " {{DOMException}}
293- and abort.
294291
295292 1. Let |accessSource| be the result of running |entry|'s
296293 [=entry/request access=] given "`readwrite`".
@@ -331,7 +328,7 @@ method steps are:
331328 1. If the underlying move operation throws an exception, [=/reject=]
332329 |result| with that exception and abort.
333330
334- Issue(68 ): Better specify what possible exceptions this could throw.
331+ Issue(11 ): Better specify what possible exceptions this could throw.
335332
336333 1. Set |entry|'s [=entry/name=] to |newName|.
337334
You can’t perform that action at this time.
0 commit comments