Closed Domiii closed 2 years ago
The valueRef of the child nodes are actually Omitted
, which is not rendered correctly. I've fix the rendering of omitted values. But the reason they are omitted is still not found yet.
Note: There are some 'ReadError' while serializing TextDecoder
.
Find out why, when the first time a read errors out, the error message is not readable in the object's prop (or is it and we have not seen it)?
When a ReadError
occurs with an actual Error
, the trace cannot be produced successfully. Thus we cannot inspect the error message. See getter-error.js
.
TODO
constructValueObjectShallow
andconstructValueFull
add a way to investigate their "raw data" inDebugTDNode
AsyncTDNode.makePromiseLinkTree
: it also gathers all relevant data to visualize a complex (recursive and non-linear) hidden data structureomitted
value renderingMore Issues
prop
?keys
. It currently ignores class getters and more.Examples
options
object fromsequelize#5
...document.location
object intodomvc
: