Is there any size limitation for \"data:\" URL scheme values? I\'m interested in limitations in popular web browsers. In other words, how long can data:image/jpg;base6
data:image/jpg;base6
It is really the "data URI scheme".
As per the Wikipedia page, IE7 lacks support, and IE8 betas limit it to 32kB of data.