Foo
Living Standard,
COPYRIGHT GOES HERE
Abstract
Testing IDL constructor() support.
interface Foo {
constructor(long bar, optional DOMString baz);
boolean method(long bar, optional DOMString baz);
attribute short baz;
};
Foo(), Foo(), constructor(), Foo()
baz
baz
Index
Terms defined by this specification
- baz, in §Unnumbered section
- constructor(bar), in §Unnumbered section
- constructor(bar, baz), in §Unnumbered section
- Foo, in §Unnumbered section
- Foo(bar), in §Unnumbered section
- Foo(bar, baz), in §Unnumbered section
- method(bar), in §Unnumbered section
- method(bar, baz), in §Unnumbered section
Terms defined by reference
-
[WebIDL] defines the following terms:
- DOMString
- boolean
- long
- short
References
Normative References
- [WebIDL]
- Boris Zbarsky. Web IDL. 15 December 2016. ED. URL: https://heycam.github.io/webidl/
IDL Index
interface Foo {
constructor(long bar, optional DOMString baz);
boolean method(long bar, optional DOMString baz);
attribute short baz;
};