- From: samweinig <notifications@github.com>
- Date: Tue, 11 Apr 2017 18:26:30 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 April 2017 01:27:15 UTC
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