github uNetworking/uWebSockets.js v18.10.0

latest releases: v20.6.0, v20.5.0, v20.4.0...
3 years ago

Improved argument checking

There has been a few cases where the library would segfault on invalid arguments passed (wrong type, invalid number of arguments, etc). This situation has been improved with better checks and explicit exceptions. There are still cases that needs better checking but the most common cases have been fixed.

New exceptions include "Passed callback is not a function." and "Function requires at least X arguments.".

Don't miss a new uWebSockets.js release

NewReleases is sending notifications on new releases.