Re: [heycam/webidl] Add space to class string of iterator objects (#483)

ExE-Boss commented on this pull request.



> +<!--    String(it);                                        // Evaluates to "[object SessionManager Iterator]"
                                                            // TODO: https://github.com/heycam/webidl/issues/419 -->

This should’ve been uncommented in this PR:
```suggestion
        String(it);                                        // Evaluates to "[object SessionManager Iterator]"
````

I’m fixing this in <https://github.com/heycam/webidl/pull/858>.

-- 
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/483#pullrequestreview-377104403

Received on Wednesday, 18 March 2020 17:54:58 UTC