My Awesome API

This is required.

This is required.

Start your spec!

      [Exposed=Window]
      interface Foo {
        attribute DOMString bar;
        undefined doTheFoo();
      };
      

bar attribute

When getting, the {{Foo/bar}} attribute returns you a 🍹.

doTheFoo() method

When called, {{Foo/doTheFoo()}} MUST behave as follows:

  1. If thing....
  2. Let someProp... of the [[DOM]] spec.