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
This release changes what happens when isBinary is true (fonts, images, WASM, PDFs). Those were broken before for large files; now they use Buffer.from(buffer).toString("base64") instead of the spread-that-blows-the-stack.