Fix serialization AGAIN in web workers
This commit is contained in:
parent
846f41829b
commit
fff0645045
2 changed files with 7 additions and 15 deletions
|
@ -84,6 +84,8 @@ function GetCircularReplacerKeepDataStructure()
|
|||
if (key === 'linkedContainers') {
|
||||
return Array.from(value);
|
||||
}
|
||||
|
||||
return value;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue