navigator.sendBeacon

navigator.sendBeacon(url, data)

用於向服務器異步發送小的HTTP數據。主要用於知足統計和診斷代碼的須要。後端

  • 默認是發post請求,後端須要可以post接收數據
  • Beacon API不提供相應的回調,所以後端返回最好省略response body,(例如,204 No Content)
  • navigator.sendBeacon()以後的代碼能夠執行
相關文章
相關標籤/搜索