- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Apr 2017 19:28:19 +0000
- To: public-houdini-archive@w3.org
As we discussed in the past, @annevk, there's currently *no way* to get anything remotely array-like in WebIDL, for no particularly good reason. Even the plain `iterator<>` declaration is broken, and *requires* us to specify indexed getters and thus invoke proxies. Fix that in WebIDL, and we can fix this spec. The only other possibility is making our interfaces super janky, so that you have to access a separate attribute/method to actually get the data as an Array. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/239#issuecomment-291248087 using your GitHub account
Received on Monday, 3 April 2017 19:28:25 UTC