mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add required inspector fields for Elements and Network (#5754)
This commit is contained in:
@@ -210,7 +210,8 @@ export class DOMNode {
|
||||
localName: this.localName,
|
||||
nodeValue: this.nodeValue,
|
||||
children: this.children.map(c => c.toObject()),
|
||||
attributes: this.attributes
|
||||
attributes: this.attributes,
|
||||
backendNodeId: 0
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user