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

readonly attribute sequence<VRDisplay> activeVRDisplays; is invalid WebIDL #61

Closed
smaug---- opened this issue Jul 21, 2016 · 1 comment

Comments

@smaug----
Copy link

http://heycam.github.io/webidl/#idl-attributes

" The type of the attribute, after resolving typedefs, MUST NOT be a nullable or non-nullable version of any of the following types:

a sequence type
a dictionary
a union type that has a nullable or non-nullable sequence type or dictionary as one of its flattened member types

"

@smaug---- smaug---- changed the title readonly attribute sequence<VRDisplay> activeVRDisplays; is in valid WebIDL readonly attribute sequence<VRDisplay> activeVRDisplays; is invalid WebIDL Jul 21, 2016
@kearwood
Copy link
Contributor

The sequence has been changed to a FrozenArray in PR 49.

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