Re: [heycam/webidl] Mark DOMException as serializable (#732)

yutakahirano commented on this pull request.



> @@ -13409,6 +13410,25 @@ The <dfn attribute for="DOMException"><code>code</code></dfn> attribute's getter
 legacy code indicated in the [=error names table=] for this {{DOMException}} object's
 [=DOMException/name=], or 0 if no such entry exists in the table.
 
+{{DOMException}} objects are [=serializable objects=].
+
+Their [=serialization steps=], given <var>value</var> and <var>serialized</var>, are:
+<ol>

Done.

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

Received on Friday, 7 June 2019 07:51:16 UTC