why safari fire error when load this picture?

前端 未结 0 567
囚心锁ツ
囚心锁ツ 2020-12-07 12:56

Run following code or open this link.

const image = new Image();
image.onload = (e) => {
  console.log(\'load\');
}
image.onabort = (e) => {
  console.l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题