Skip to content

Commit e2526d0

Browse files
committed
allow overwriting moves by default
1 parent fd187fa commit e2526d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.bs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)