Foo

Living Standard,

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

Abstract

Testing the various textual links.

1. Test

dictionary DictWithDefaults {
    sequence<long> arrayWithDefaultEmpty = [];
    DictWithDefaults dictWithDefaultEmpty = {};
};
arrayWithDefaultEmpty, of type sequence<long>, defaulting to []

This OPTIONAL member contains a list of things.

dictWithDefaultEmpty, of type DictWithDefaults, defaulting to {}

This OPTIONAL member contains a recursive thing.

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

dictionary DictWithDefaults {
    sequence<long> arrayWithDefaultEmpty = [];
    DictWithDefaults dictWithDefaultEmpty = {};
};