Skip to content

Instantly share code, notes, and snippets.

@mounirlamouri
Created November 20, 2018 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mounirlamouri/5b40a7a52b734c2554a6f4fd4eab9005 to your computer and use it in GitHub Desktop.
Save mounirlamouri/5b40a7a52b734c2554a6f4fd4eab9005 to your computer and use it in GitHub Desktop.
Rationale Web IDL
```idl
[Constructor(optional long numerator = 1, optional long denominator = 1)]
interface Rationale {
attribute long numerator;
attribute long denominator;
};
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment