Open
Description
Prop values of type Set are serialised as foo={[object Set]}
. It would be much more convenient to serialised them in a similar way to the Arrays (i.e. foo={Set ['one', 'two', 'three']}
).
This could be coded as an extension if custom serialisation of props were supported or as a specific prop serialiser for Set values.
Thanks,
Alberto