This repository was archived by the owner on Sep 21, 2021. It is now read-only.
Commit 1aa4499
committed
Prevent unnecessary server call when expanding node.
When expanding a node, in some cases, we query the server to know how
much indexed, non-indexed and symbol properties we have in the object.
The issue is that we then always try to get all the properties of the
object, even if the server told us there was none.
This patch prevent this and should save a couple of client-server round-trip.1 parent 2e06571 commit 1aa4499
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments