-
Notifications
You must be signed in to change notification settings - Fork 68
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
Definitions of NDEFMessageInit and NDEFRecordInit violates Web IDL spec #538
Comments
I am curious about the reasoning behind the WebIDL specification intentionally banning recursive types. As a workaround we could define
|
Right, good catch. How are we supposed to define recursive structures with Web IDL then? |
I think this issue is not urgent nor serious while most browsers are working well. :) |
This ended up being filed again as #620 after it bit us in the Chromium implementation :/ |
Shall we mark this as a duplicate? |
Yeah, I think that makes sense, as all the recent discussion's tracked there. |
Two IDL dictionaries
NDEFMessageInit
andNDEFRecordInit
are defined as following;This reference cycle does not meet the description "The type of a dictionary member must not include the dictionary it appears on." in Web IDL spec
The text was updated successfully, but these errors were encountered: