silentResource

2019-02-20 15:52 更新

如果你不需要監(jiān)控資源加載錯誤,則可以將silentResource屬性設(shè)為true。

  • 在HTML中配置<script>標簽中配置silentResource屬性
<script src="https://js.fundebug.cn/fundebug.1.5.1.min.js" rel="external nofollow"  
            apikey="API-KEY" 
            silentResource=true></script>
  • 在JavaScript中配置silentResource變量
if ("fundebug" in window) {
   fundebug.silentResource = true;
}


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號