Skip to content

Commit

Permalink
Handle errors from JSON serialization. (#666)
Browse files Browse the repository at this point in the history
SHA: 026dbaa
Reason: push, by cbiesinger

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cbiesinger and github-actions[bot] committed Oct 28, 2024
1 parent 6bc7ef0 commit e36a799
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="w3c/ED" name="w3c-status">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="http://www.w3.org/TR/fedcm/" rel="canonical">
<meta content="bfa0a09eb651f51ad4c6769abf0ac86f02a4e265" name="document-revision">
<meta content="026dbaafd4a850bdf76ff51eae73112b45d9dd22" name="document-revision">
<style>
dl.domintro dt {
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
Expand Down Expand Up @@ -698,7 +698,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Federated Credential Management API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-10-08">8 October 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-10-28">28 October 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -2049,6 +2049,8 @@ <h4 class="heading settled" data-level="2.2.7" id="fetch-identity-assertion"><sp
<ol>
<li data-md>
<p>Let <var>json</var> be the result of <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string" id="ref-for-serialize-a-javascript-value-to-a-json-string">serializing a JavaScript value to a JSON string</a> with <var>provider</var>’s <code class="idl"><a data-link-type="idl" href="#dom-identityproviderrequestoptions-params" id="ref-for-dom-identityproviderrequestoptions-params①">params</a></code>.</p>
<li data-md>
<p>If serializing threw an exception, return failure.</p>
<li data-md>
<p>Append ("params", <var>json</var>) to <var>list</var>.</p>
</ol>
Expand Down

0 comments on commit e36a799

Please sign in to comment.