Re: [heycam/webidl] Install @@toStringTag on namespace objects (#873)

Interesting. I don't think we should do this; instead we can fix Chrome. Namespace objects here are patterned after those in the JS spec, such as `Math` and `JSON`, which do not have such toStringTags.

Note also that the other namespace objects on the platform, `CSS` and `Math`, do not have such toStringTags in Chrome. So I think this is just a Chrome bug.

-- 
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/873#issuecomment-619393577

Received on Saturday, 25 April 2020 15:10:07 UTC