Foo

Living Standard,

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

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

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 {
  constructor(long bar, optional DOMString baz);
  boolean method(long bar, optional DOMString baz);
  attribute short baz;
};