domenic / webidl-class-generator

Generates classes from WebIDL plus implementation code
BSD 2-Clause "Simplified" License
28 stars 1 forks source link

Support return types #3

Closed domenic closed 10 years ago

domenic commented 10 years ago

Reflected attributes don't need this, since the reflector's get method will always return the correct value. But normal attributes and any methods will need it.