Data protocol URL size limitations

后端 未结 11 1461
夕颜
夕颜 2020-11-22 15:01

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

11条回答
  •  萌比男神i
    2020-11-22 16:00

    It is really the "data URI scheme".

    As per the Wikipedia page, IE7 lacks support, and IE8 betas limit it to 32kB of data.

提交回复
热议问题