Re: [whatwg/webidl] Normative: Add DOMException cause (PR #1179)

@legendecas commented on this pull request.



> @@ -14679,6 +14694,7 @@ Their [=serialization steps=], given <var>value</var> and <var>serialized</var>,
 <ol>
     <li>Set <var>serialized</var>.\[[Name]] to <var>value</var>'s [=DOMException/name=].</li>
     <li>Set <var>serialized</var>.\[[Message]] to <var>value</var>'s [=DOMException/message=].</li>
+    <li>Set <var>serialized</var>.\[[Cause]] to the [=sub-serialization=] of the value of <var>value</var>'s [=DOMException/cause=].</li>

Thanks, fixed!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1179#discussion_r1252610775
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1179/review/1513766940@github.com>

Received on Wednesday, 5 July 2023 06:39:15 UTC