We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa0a09 commit 026dbaaCopy full SHA for 026dbaa
spec/index.bs
@@ -1208,6 +1208,7 @@ To <dfn>fetch an identity assertion</dfn> given a {{USVString}}
1208
1. If |provider|'s {{IdentityProviderRequestOptions/params}} is not empty:
1209
1. Let |json| be the result of [=serializing a JavaScript value to a JSON string=]
1210
with |provider|'s {{IdentityProviderRequestOptions/params}}.
1211
+ 1. If serializing threw an exception, return failure.
1212
1. Append ("params", |json|) to |list|.
1213
1. Let |requestBody| be the result of running [=urlencoded serializer=] with |list|.
1214
1. Let |request| be a new <a spec=fetch for=/>request</a> as follows:
0 commit comments