- From: Marcos Caceres <w3c@marcosc.com>
- Date: Mon, 8 Jul 2013 22:17:48 -0400
- To: Mark Watson <watsonm@netflix.com>
- Cc: spec-prod@w3.org
On Monday, 8 July 2013 at 18:15, Mark Watson wrote: > Hi everyone, > > Apologies if this has been asked before. > > I have a function which returns Promise<any> and I am having trouble getting the <any> to appear in the respec-generated IDL. In my source, I write 'Promise<any>' but in the output I just get 'Promise'. > > Any ideas ? That syntax is not supported in WebIDL (and it's not part of Promises as currently spec'ed)… also, Promise<any> is not particularly helpful (so you might as well omit it regardless). -- Marcos Caceres
Received on Tuesday, 9 July 2013 02:18:21 UTC