uWebSockets.js
uWebSockets.js copied to clipboard
closeOnBackpressureLimit not in TS Docs
In the interface WebSocketBehavior, closeOnBackpressureLimit is not detailed as an option, however, it is referenced as a controlling option.
Should the option be present in this interface? I had to ignore a TS error when trying to enable the behavior.

Needs to be added can you open PR