neffos.js
neffos.js copied to clipboard
Bug: await
if (!isBrowser) { const nodeWS = await import('ws'); WebSocket = nodeWS.WebSocket; }
you should remove the keyword "await" in this code!