Skip to content

Commit b4933fb

Browse files
authored
Update errors to USVString (#755)
Fixes #754
1 parent dee8797 commit b4933fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ to use a federated account.
627627
<pre class="idl">
628628
dictionary IdentityCredentialErrorInit {
629629
DOMString error;
630-
DOMString url;
630+
USVString url;
631631
};
632632
</pre>
633633

@@ -636,7 +636,7 @@ dictionary IdentityCredentialErrorInit {
636636
interface IdentityCredentialError : DOMException {
637637
constructor(optional DOMString message = "", optional IdentityCredentialErrorInit options = {});
638638
readonly attribute DOMString error;
639-
readonly attribute DOMString url;
639+
readonly attribute USVString url;
640640
};
641641
</pre>
642642

0 commit comments

Comments
 (0)