Re: [webauthn] Various attributes of ScopedCredentialInfo should probably be [SameObject]

> tho, "never changes" relative to what?

`[SameObject]` means that if the attribute getter or method thus 
annotated is invoked twice with the same "this" value, the return 
value will be the same, no matter what other script executes between 
the two invocations, whether the event loop spins between the two 
invocations, etc.

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/285#issuecomment-258736933 
using your GitHub account

Received on Monday, 7 November 2016 02:59:28 UTC