Skip to content

Typecheck for argument/dictionary field default values #427

@saschanaz

Description

@saschanaz
interface mixin Mixin {
  void op(optional boolean arg = 3); // no!
};

dictionary Dict {
  DOMString str = true; // no!
};

See also whatwg/webidl#750 (comment).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions