You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For performance reason, I've try to put the TCString.decode(gdprConsent); into a worker node. However, worker nodes can only post plain object (without the prototype). I would like to be able to rebuild the class from that.
Could we imagine a function that does that?
Thanks!
Gabriel
The text was updated successfully, but these errors were encountered:
Hi,
For performance reason, I've try to put the
TCString.decode(gdprConsent);
into a worker node. However, worker nodes can only post plain object (without the prototype). I would like to be able to rebuild the class from that.Could we imagine a function that does that?
Thanks!
Gabriel
The text was updated successfully, but these errors were encountered: