Foo
Living Standard,
COPYRIGHT GOES HERE
Abstract
Testing IDL syntax highlighting.
interface Foo {
readonly attribute DOMString bar;
long baz((int or bool) qux1, DOMString? qux2, optional bool qux3);
};
interface Foo {
readonly attribute DOMString bar;
long baz((int or bool) qux1, DOMString? qux2, optional bool qux3);
};
interface Foo {
readonly attribute DOMString bar;
long baz((int or bool) qux1, DOMString? qux2, optional bool qux3);
};
interface Foo
{
readonly attribute Promise<DOMString> bar
;
long baz
((int or bool) qux1
, DOMString? qux2
, optional bool qux3
);
};
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
interface Foo
{
readonly attribute Promise<DOMString> bar
;
long baz
((int or bool) qux1
, DOMString? qux2
, optional bool qux3
);
};