- From: Tobie Langel <notifications@github.com>
- Date: Tue, 22 Aug 2017 06:24:11 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 August 2017 13:24:33 UTC
tobie commented on this pull request.
A few nits. Good to bring in infra for the pair concept.
> @@ -3460,7 +3457,9 @@ interfaces that have interface members with these names.
typeof SessionManager.prototype.values; // Evaluates to "function"
var it = sm.values(); // values() returns an iterator object
- String(it); // Evaluates to "[object SessionManager Iterator]"
+ String(it); // Evaluates to "[object SessionManagerIterator]"
I don't think you should change this now. Maybe comment out the whole thing?
--
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/421#pullrequestreview-57773207
Received on Tuesday, 22 August 2017 13:24:33 UTC