- From: Tobie Langel <notifications@github.com>
- Date: Tue, 08 Nov 2016 07:29:09 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 8 November 2016 15:54:25 UTC
Well, my understanding is the only difference between the requirements is `[SameObject]` wants objects to be nullable. Given `null` is always === `null`, it doesn't bother me that `[NewObject]` could return the same null twice and thus to treat both `[NewObject]` and `[SameObject]` similarly (of course, we'd need to special case the language for the case of null in `[NewObject]`). -- 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/211#issuecomment-259167534
Received on Tuesday, 8 November 2016 15:54:25 UTC