You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to display the visual tree, and to work properly, the DOM needs to be sent computed data about the view structure. It should come from the nativescript core-modules following a specific interface.
When the DevTools are connected and the Elements tab opened - the DevTools backend will request the whole visual tree.
Notifications [modules -> runtime] need to be emitted on the following occasions:
a page is loaded/navigated to (changed)
a child view is inserted inside another view (with the computed Node)
Implement the DOM Agent, part of the Chrome Debugging Protocol, inside Chrome DevTools.
Features:
Requirements:
ping @vakrilov @hshristov @PanayotCankov
In order to display the visual tree, and to work properly, the DOM needs to be sent computed data about the view structure. It should come from the nativescript core-modules following a specific interface.
When the DevTools are connected and the Elements tab opened - the DevTools backend will request the whole visual tree.
Notifications [modules -> runtime] need to be emitted on the following occasions:
Node class:
Part of Epic #563
The text was updated successfully, but these errors were encountered: