Skip to content

Commit 243d53b

Browse files
lutienjgraham
authored andcommitted
Throw 'UnsupportedOperation' error if unable to set the files with 'input.setFiles' command.
1 parent a6f087b commit 243d53b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10526,6 +10526,11 @@ The [=remote end steps=] given |session| and |command parameters| are:
1052610526
1. Otherwise, [=update the file selection=] for |element| with |files| as the
1052710527
user's selection.
1052810528

10529+
1. If, for any reason, the remote end is unable to set the [=selected files=] of |element| to the files with paths given in |files|,
10530+
return error with [=error code=] [=unsupported operation=].
10531+
10532+
Note: For example remote ends may be unable to set [=selected files=] to files that do not currently exist on the filesystem.
10533+
1052910534
1. Return [=success=] with data null.
1053010535

1053110536
</div>

0 commit comments

Comments
 (0)