- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 19 Sep 2019 18:48:04 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 September 2019 01:48:26 UTC
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