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

yutakahirano commented on this pull request.



> @@ -13397,7 +13397,7 @@ Each {{DOMException}} object has an associated <dfn for="DOMException">name</dfn
 The <dfn constructor for="DOMException"><code>DOMException(|message|, |name|)</code></dfn>
 constructor, when invoked, must run these steps:
 
-1. Set <b>this</b>'s [=DOMException/name=] to |name|.
+1. Set <b>this</b>'s [=DOMExcep tion/name=] to |name|.

Thanks! Fixed.

-- 
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_r290577008

Received on Wednesday, 5 June 2019 04:23:56 UTC