Closed Lordfirespeed closed 2 weeks ago
This means that Map and Set values sourced from the script adapter end up being deserialized to {}, as Object.keys() returns [] for both Map and Set objects.
Map
Set
{}
Object.keys()
[]
This means that
Map
andSet
values sourced from the script adapter end up being deserialized to{}
, asObject.keys()
returns[]
for bothMap
andSet
objects.