Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support varargs in JSO objects #866

Closed
Ihromant opened this issue Nov 23, 2023 · 2 comments
Closed

Support varargs in JSO objects #866

Ihromant opened this issue Nov 23, 2023 · 2 comments

Comments

@Ihromant
Copy link
Contributor

Ihromant commented Nov 23, 2023

Example:

public interface DOMTokenList extends JSObject {
        void add(String... tokens);
        void remove(String... tokens);
}

After it #867 can be merged.

@konsoletyper
Copy link
Owner

What if I implement it in 10 years? Should mentioned PR wait 10 years then?

@Ihromant
Copy link
Contributor Author

Definitely no. I will try to investigate and implement it myself. Will ask questions if something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants