diff --git a/src/uv.handler.js b/src/uv.handler.js index 1229346..6174067 100644 --- a/src/uv.handler.js +++ b/src/uv.handler.js @@ -948,7 +948,7 @@ function __uvHook(window, config = {}, bare = '/bare/') { } }); - client.websocket.on('websocket', async (event) => { + client.websocket.on('websocket', (event) => { let url; try { url = new URL(event.data.url);