I have a button that calls a function to reload the page:
function doReload() {
window.location='/'
}
About 1 out of 5 times, Safari 11 throws this error in the console:
WebSocket connection to 'ws://localhost:8080/sockjs-node/978/yzsndro2/websocket' failed: WebSocket is closed due to suspension.
I started the Webpack 2 dev server backstage.
Chrome doesn't seem to. This is the High Sierra Beta, possibly a mistake.
Suggestions or ideas?
source
share