Pavel Bucka

Results 4 issues of Pavel Bucka

**live-server:** 1.2.1 **nodejs:** 10.15.3 Right now, when an html file is changed, server reloads every open page (browser tab): ```js clients.forEach(function(ws) { if (ws) ws.send(cssChange ? 'refreshcss' : 'reload'); });...

**live-server:** 1.2.1 **nodejs:** 10.15.3 WebSocket connection can timeout and be closed due to inactivity, in my case (Cloud9) after 30 seconds. More here: https://stackoverflow.com/questions/9056159/websocket-closing-connection-automatically and https://community.c9.io/t/websocket-support/14044 Due to this, live-reload...

`res.content` is fine, `res.json` stays the same regardless the options. As a result: - `firsth1` is not excluded from the `res.json` - `maxdepth` is not taken into account in `res.json`...

It would be nice if can select table row(s) / column(s) and apply certain styles to it (like justify left/center/right).

enhancement