Re: [heycam/webidl] Should namespace objects have "length" and "name" own properties? (#949)

It appears to be a bit more nuanced. On Chrome 88, `CSS.length` and `CSS.name` are both undefined, contrary to @foolip's findings. OTOH `typeof CSS` is `"object"` on both Chrome and Firefox here, though it's `"function"` on WebKit.

-- 
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/issues/949#issuecomment-765101039

Received on Friday, 22 January 2021 03:45:57 UTC