Renders a live, recursive dump of a proxied data structure (or any value)
into the DOM at the current A insertion point.
Uses <ul> and <li> elements to display object properties and array items.
Updates reactively if the dumped data changes. Primarily intended for debugging purposes.
Renders a live, recursive dump of a proxied data structure (or any value) into the DOM at the current A insertion point.
Uses
<ul>and<li>elements to display object properties and array items. Updates reactively if the dumped data changes. Primarily intended for debugging purposes.