Template return type for IDL function in respec.js

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&lt;any&gt;' but in the output I just get 'Promise'.

Any ideas ?

Thanks,

Mark

Received on Monday, 8 July 2013 22:16:12 UTC