Re: [whatwg/streams] Question: Should Streams have the prototype for `Symbol.toStringTag` and `toString` declared? (#952)

I think the benefit is consistency. Language objects Promise, Map, WeakMap, and WeakSet all return
`"[object Foo]"`, and AFAIK all IDL types that don't specifically override it also return `"[object Foo]"`. Which leaves streams as a weird odd-one-out.

-- 
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/streams/issues/952#issuecomment-417683160

Received on Friday, 31 August 2018 14:34:23 UTC