Re: [webrtc-pc] Use [SameObject] for the FrozenArray<T> attributes that never change

I don't think that's an accurate assessment of "what dictionaries are supposed to be". Or, perhaps, I don't think dictionaries are the right level of abstraction to be thinking about here. They're just a spec-writing tool. What JavaScript authors see are objects, and sometimes objects maintain their identity (frozen dictionaries or interfaces), and sometimes they don't (most dictionaries).

Regardless, if you're going with methods, probably don't include the `get` prefix.

-- 
GitHub Notification of comment by domenic
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1138#issuecomment-297045498 using your GitHub account

Received on Tuesday, 25 April 2017 14:20:41 UTC