wuyuedefeng / blogs

博客文章在issue中
5 stars 0 forks source link

第三方工具 数据埋点 数据分析 数据统计 #31

Open wuyuedefeng opened 4 years ago

wuyuedefeng commented 4 years ago
wuyuedefeng commented 2 years ago

sendBeacon

navigator.sendBeacon(url, data);

使用该方法发送请求,可以保证数据有效送达,且不会阻塞页面的卸载或加载,并且编码比起上述方法更加简单。