I have a JavaScript code which save string to the Local storage, the string size is 400000,
var dataURL = canvas.toDataURL(\"image/jpg\").toString(); localSt
the chrome local storage default is 25M, so clear your chrome's local storage will be work it. good luck!