Skip to content

Commit

Permalink
update failure language
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully committed Nov 2, 2022
1 parent 152b0ca commit 861eee1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,11 @@ method steps are:
"{{AbortError}}" {{DOMException}} and abort.

1. Attempt to move |entry| to |destination_entry| in the underlying file system.
1. If the underlying move operation fails, [=/reject=] |result| with an
"{{AbortError}}" {{DOMException}} and abort.
1. If the underlying move operation throws an exception, [=/reject=]
|result| with that exception and abort.

Issue(68): Better specify what possible exceptions this could throw.

1. Set |entry|'s [=entry/name=] to |new_name|.

1. [=/Resolve=] |result| with `undefined`.
Expand Down

0 comments on commit 861eee1

Please sign in to comment.