- From: Travis Leithead <notifications@github.com>
- Date: Wed, 28 Oct 2015 23:31:05 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 29 October 2015 06:31:46 UTC
Because Promise<T> types are reference types, the [SameObject] extended attribute should be permitted for use with them. In the current spec, they are forbidden by the restriction: [4.3.15. SameObject](http://heycam.github.io/webidl/#SameObject) > The [SameObject] extended attribute MUST NOT be used on anything other than a read only attribute whose type is an interface type or object. (Unless Promise<T> is to be understood as an interface type.) --- Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/71
Received on Thursday, 29 October 2015 06:31:46 UTC