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

domenic approved this pull request.

LGTM with nit. I guess we should wait for multi-implementer interest over in https://github.com/whatwg/html/issues/4268. (/cc @jorendorff)

> @@ -13409,6 +13410,20 @@ 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=].

```suggestion
{{DOMException}} objects are [=serializable objects=].
```

-- 
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#pullrequestreview-243877295

Received on Thursday, 30 May 2019 15:57:45 UTC