Skip to content

IDL Gen: Support Function/Method Overloading #396

@nikeokoronkwo

Description

@nikeokoronkwo

The current IDL generator does not support overloading of interface methods. This issue is to add support for method overloading (similar to how it's currently being done in the Dart interface interop generator).

interface MyMethodExamples {
  void update(DOMString key, DOMString value);
  void update(sequence<DOMString> keys);
};

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