We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utf-8-validate
discord.js
As of v18.14.0, the ws package will prefer using the native function if it exists.
ws
Reference: https://github.com/websockets/ws/blob/019f28ff1ffddfcdc428d1de5ecd98648057a2ab/lib/validation.js#L138
Remove from the README.md. bufferutil would still be required
bufferutil
No response
The biggest issue is that the current engine is >=18, but this is only on 18.14+. For that reason, that might need to be semver major still
>=18
18.14+
The text was updated successfully, but these errors were encountered:
Remove legacy dependency utf-8-validate
353576a
https://github.com/websockets/ws/blob/master/README.md#legacy-opt-in-for-performance discordjs/discord.js#10530
Successfully merging a pull request may close this issue.
Which application or package is this feature request for?
discord.js
Feature
As of v18.14.0, the
ws
package will prefer using the native function if it exists.Reference: https://github.com/websockets/ws/blob/019f28ff1ffddfcdc428d1de5ecd98648057a2ab/lib/validation.js#L138
Ideal solution or implementation
Remove from the README.md.
bufferutil
would still be requiredAlternative solutions or implementations
No response
Other context
The biggest issue is that the current engine is
>=18
, but this is only on18.14+
. For that reason, that might need to be semver major stillThe text was updated successfully, but these errors were encountered: