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
_objectKey property can now be seen in objects when exploring them with the data inspector. Ideally, this property would be hidden. Currently, due to the complexity of converting objects upon receiving them from the device (also see #84).
This could be solved in a number of ways. Firstly, this property could be defined as nonenumerable (after receiving from the device, since otherwise it would be ignored by serialization). Secondly, the data inspector could be changed, so that it uses schema.properties. Second approach makes more sense if we would need to store more fields in objects.
The text was updated successfully, but these errors were encountered:
_objectKey property can now be seen in objects when exploring them with the data inspector. Ideally, this property would be hidden. Currently, due to the complexity of converting objects upon receiving them from the device (also see #84).
This could be solved in a number of ways. Firstly, this property could be defined as nonenumerable (after receiving from the device, since otherwise it would be ignored by serialization). Secondly, the data inspector could be changed, so that it uses
schema.properties
. Second approach makes more sense if we would need to store more fields in objects.The text was updated successfully, but these errors were encountered: