Open sigmundch opened 10 years ago
See https://github.com/dart-lang/core-elements/issues/79
quote:
like
async.Stream<dom.CustomEvent> get onPolymerActivate => PolymerSelector._onPolymerActivate.forTarget(this); static const dom.EventStreamProvider<dom.CustomEvent> _onPolymerActivate = const dom.EventStreamProvider<dom.CustomEvent>('polymer-activate');
see also this discussion https://groups.google.com/a/dartlang.org/forum/#!topic/web/_FDeF95uj4g
for a complete example see https://github.com/bwu-dart/polymer_elements/blob/master/lib/polymer_selector/polymer_selector.dart#L210-L214
see also https://github.com/dart-lang/core-elements/issues/16
Lets revive this since events are often specified for elements now, and I believe hydroysis already parses them for us :)
See https://github.com/dart-lang/core-elements/issues/79
quote:
like
see also this discussion https://groups.google.com/a/dartlang.org/forum/#!topic/web/_FDeF95uj4g
for a complete example see https://github.com/bwu-dart/polymer_elements/blob/master/lib/polymer_selector/polymer_selector.dart#L210-L214