Open
Bug 965999
Opened 11 years ago
Updated 3 years ago
[Session Restore] Consider using Cu.cloneInto instead of JSON.parse(JSON.serialize(stuff))
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
NEW
People
(Reporter: Yoric, Unassigned)
Details
Bug 964293 introduces Cu.cloneInto, which essentially does the same thing as JSON.parse(JSON.serialize(stuff)). It's definitely cleaner, we should also investigate whether it's also faster and/or less memory-consuming.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•