'Justin Fagnani' via Dart Misc
2015-09-12 11:16:18 UTC
Is there any documentation on how Zones and custom elements interact?
The lifecycle methods of custom elements are called by the browser, and I
assume (or hope) they are called in whatever zone was current when the
element was registered, but nothing says so.
I'm also interested in installing specific zones for each lifecycle
callback, but don't see anyway to do that. In JavaScript I can just replace
the lifecycle callbacks with ones bound to the zone I've created, but I of
course can't do this in Dart.
Thanks!
The lifecycle methods of custom elements are called by the browser, and I
assume (or hope) they are called in whatever zone was current when the
element was registered, but nothing says so.
I'm also interested in installing specific zones for each lifecycle
callback, but don't see anyway to do that. In JavaScript I can just replace
the lifecycle callbacks with ones bound to the zone I've created, but I of
course can't do this in Dart.
Thanks!
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.