Foo

Living Standard,

This version:
http://example.com/foo
Editor:
Example Editor

Abstract

Testing IDL markup and linking.

enum BarEnum { "", "bar" };
interface Foo {
  attribute DOMString foo;
 attribute BarEnum bar;
  attribute DOMString _or;
  Promise<any> get(int a);
};
Arguments for the Foo.get(a) method.
Parameter Type Nullable Optional Description
a int An argument.

Foo, foo, or, _or

Index

Terms defined by this specification

Terms defined by reference

References

Normative References

[WebIDL]
Boris Zbarsky. Web IDL. 15 December 2016. ED. URL: https://heycam.github.io/webidl/

IDL Index

enum BarEnum { "", "bar" };
interface Foo {
  attribute DOMString foo;
 attribute BarEnum bar;
  attribute DOMString _or;
  Promise<any> get(int a);
};