sa-sdk-javascript
Advanced tools
Comparing version 1.14.6 to 1.14.7
@@ -0,1 +1,8 @@ | ||
## 1.14.7 | ||
* 新增:先存localStorage再发数据的功能,详细用法参考 | ||
1.可以解决本地网络如果暂时不好,发不出的话,可以先存储后发 | ||
2.可以解决关闭页面发数据丢失问题(通过先存本地,下次打开再发) | ||
[详细文档](https://www.sensorsdata.cn/manual/js_sdk.html#81-batchsend) | ||
## 1.14.6 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "sa-sdk-javascript", | ||
"version": "1.14.6", | ||
"version": "1.14.7", | ||
"description": "official sensorsdata javascript sdk", | ||
@@ -5,0 +5,0 @@ "main": "sensorsdata.min.js", |
@@ -1,4 +0,4 @@ | ||
var sensorsdata_js_sdk_latest_version = '1.14.6'; | ||
var sensorsdata_js_sdk_latest_version = '1.14.7'; | ||
if(typeof module ==='object' && typeof module.exports === 'object'){ | ||
module.exports = sensorsdata_js_sdk_latest_version; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
283811
917