Re: [whatwg/dom] Use Web IDL constructor operations (#782)

annevk commented on this pull request.



>  interface EventTarget {
+  constructor();

Newline?

>  interface MutationObserver {
+  constructor(MutationCallback callback);

Newline?

>  interface Text : CharacterData {
+  constructor(optional DOMString data = "");

Newline?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/782#pullrequestreview-290920628

Received on Friday, 20 September 2019 01:48:26 UTC