how to extract detailed error info from onerror event of link tag

前端 未结 0 1144
温柔的废话
温柔的废话 2020-12-23 16:19

Below is the js code which creates the link

 const link = document.createElement(\'link\');
 link.type = \'text/css\';
 link.rel = \'stylesheet\';
 link.onloa         


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