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
See how PR #121 replaces in readFile() Base64 encoding by loading of the entire buffer into memory by stream-based encoding. We should do the same in other functions relying on Base64 encoding.
See how PR #121 replaces in
readFile()Base64 encoding by loading of the entire buffer into memory by stream-based encoding. We should do the same in other functions relying on Base64 encoding.