Riley Porter
Riley Porter
For the `dart:html` static JS interop use case, we would like to be able to override some functionality. Ideally, we'll have a base `dart:html` layer, and then allow users to...
Thanks for the input! I do think views are what we want, but maybe extension structs would allow for enough of the same functionality. I think the closest to what...
@leafpetersen you're right, I don't think any of the proposals really provide the behavior to override specific members on a type. I think how we'd get close to this right...
If we were to do something like you hypothesized with `override` for extension members, then I think this: > However, that implementation (and signature) of Node.childNodes would only take effect...