[heycam/webidl] Allow ReturnTypes to have extended attributes associated with them (#342)

It is not currently possible to directly specify extended attributes for an operation's return type.  One could work around this by using a typedef (e.g. typedef [Clamp] long Clamped; Clamped foo(); ), but it feels like an oversight that you can't do it directly.

-- 
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/issues/342

Received on Wednesday, 12 April 2017 01:27:15 UTC