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:
288
288
1. Set |destinationEntry|'s [=entry/name=] to |newName|.
289
289
1. If |entry| is [=the same as=] |destinationEntry|,
290
290
[=/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.
294
291
295
292
1. Let |accessSource| be the result of running |entry|'s
296
293
[=entry/request access=] given "`readwrite`".
@@ -331,7 +328,7 @@ method steps are:
331
328
1. If the underlying move operation throws an exception, [=/reject=]
332
329
|result| with that exception and abort.
333
330
334
- Issue(68 ): Better specify what possible exceptions this could throw.
331
+ Issue(11 ): Better specify what possible exceptions this could throw.
335
332
336
333
1. Set |entry|'s [=entry/name=] to |newName|.
337
334
You can’t perform that action at this time.
0 commit comments