Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport [] default value for sequences #10763
Closed
Labels
Comments
|
@jdm could you explain more? |
|
If we add |
|
@tigercosmos Are you interested in working on this? |
|
Not now. Please take it. |
|
Fixed by #22084 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding
void passOptionalSequenceWithDefault(optional sequence<long> seq = []);ordictionary Foo { sequence<DOMString> = []; };yieldsTypeError: Can't handle non-null default value here.