CAIHUAZHI

Results 6 comments of CAIHUAZHI

我也遇到这个问题了,建议 websocket 的地址不要跟随当前 host

@ffes as you see, it's two rules in vscode, and the same as atom, ect. ![image](https://user-images.githubusercontent.com/3724927/35430464-5b77c702-02b3-11e8-84c2-0089980cba38.png)

> 目前 targets 不支持自定义,正在做 father 的下个大版本,新版会支持 所以现在 4.0 了,怎么自定义呢,文档上没有看到

```javascript document.addEventListener('mousedown', e => { const composedPath = e.composedPath(); for (let i = 0, j = composedPath.length; i < j; i++) { const item = composedPath[i]; if (item === document.body...