Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复BroadCastChannel内存泄露问题 (alibaba#3288)
在同页面中不停的切换,导致内存无法释放,代码片段如下: data(){ return { BroadcastNotice:new BroadcastChannel('hundsun-notice111111') } }, created() { this.BroadcastNotice.onmessage = event => this.$emit("onNoticeMsg", event) //泄露 // this.HundsunNotice.onmessage = event => {} //正常 },
- Loading branch information