Closed
Description
Should improve #340
Use it inside FrontEndObjects extension
CompressedExpressionJSON[“...”, "Base64"]
(implement on both sides)
CompressedWXF["...", "Base64"]
(implement on WL)
CreateFrontEndObject
(if is too big) -> CompressedWXF[...]
-> transport -> uncompress using MMA extension to JS array -> interpretate
When syncing happens the original CompressedWXF
will be returned to the Kernel, which will also reduce the size of the notebook storage.