Data protocol URL size limitations

后端 未结 11 1458
夕颜
夕颜 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条回答
  •  独厮守ぢ
    2020-11-22 15:45

    I've read that Safari has a limit of 128K for data URIs:

    http://blog.clawpaws.net/post/2007/07/16/Storing-iPhone-apps-locally-with-data-URLs#c1989348

    And Chrome is 2M:

    http://code.google.com/p/chromium/issues/detail?id=44820#c1

提交回复
热议问题