-
Notifications
You must be signed in to change notification settings - Fork 495
Open
Description
Decimal.js seems to not support structuredClone, this method will throw DataCloneError because of decimal instance contains a function(constructor ) due to this line code:
https://github.com/MikeMcl/decimal.js/blob/master/decimal.js#L4294
xxxx
// Retain a reference to this Decimal constructor, and shadow Decimal.prototype.constructor
// which points to Object.
x.constructor = Decimal;
xxxxAny plans to support it?
gterras, ctsstc, michaelhays, bshyong, danielnguyen1612 and 7 more
Metadata
Metadata
Assignees
Labels
No labels