Fix serialization AGAIN in web workers

This commit is contained in:
Eric NGUYEN 2022-10-12 17:16:08 +02:00
parent 846f41829b
commit fff0645045
2 changed files with 7 additions and 15 deletions

View file

@ -84,6 +84,8 @@ function GetCircularReplacerKeepDataStructure()
if (key === 'linkedContainers') {
return Array.from(value);
}
return value;
};
}