Closed
Bug 1734166
Opened 4 years ago
Closed 4 years ago
Investigate using structuredClone for local transport instead of freezing packets
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
In local transport, we freeze object because we don't want to serialize the packets for perf reasons, but we don't want to risk modifying server objects from the client.
We might want to replace deepFreeze with structuredClone so we don't share object instances between client and server.
We should check if this does have any performance impact.
| Assignee | ||
Comment 1•4 years ago
|
||
This has significant performance regression, so I don't think we'll move on with this.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•