Retrieves all incoming messages by opening a WebSocket.
Messages can be filtered with the params.
In Node, the ws package is loaded lazily via a dynamic import so that
browser bundlers walking this module's static import graph never pull in
Node-only dependencies.
Retrieves all incoming messages by opening a WebSocket. Messages can be filtered with the params.
In Node, the
wspackage is loaded lazily via a dynamic import so that browser bundlers walking this module's static import graph never pull in Node-only dependencies.