Re: [w3c/push-api] PushSubscriptionOptions ArrayBuffer lifetime issues (#198)

`[SameObject]` means that the IDL object effectively holds a pointer to the other object and keeps returning that.

The other object being mutated is immaterial to that.

If you want to support multiple consumers that cannot accidentally confuse each other you would need to use a method instead that returns copies from some internal state.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/198#issuecomment-230789152

Received on Wednesday, 6 July 2016 14:29:27 UTC