“Aw, Snap” when data uri is too large

It’s a known chromium bug. The recommended workaround is to use a blob URL. Also see Creating a Blob from a base64 string in JavaScript.

Leave a Comment