weedle 0.13.1

A WebIDL Parser
Documentation
1
2
3
4
interface InterfaceWithConstructor {
  [Throws]
  constructor(long a);
};