Hi team,
Currently the utils.serializePage()
returns a complete string with data, filename, base64 keys being part of the string.
Can we have it return an object with those keys instead so we dont have to parse the string?
Also not sure how crucial this might be, but the string is also missing sizeBytes key as well.
Thanks!