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
node versions - stackblitz.com "crossws": "^0.2.0", "h3": "latest",
https://stackblitz.com/edit/github-es5emgzc?file=index.ts
"Message" from
message: (peer: Peer, message: Message) => MaybePromise<void>
has no more methods except "text()"
No response
The text was updated successfully, but these errors were encountered:
Latest version of crossws is 0.3.1 (which has all new methods) and listhen is 1.9.0. You reproduction is using crossws 0.2.x which does not have them.
crossws
0.3.1
listhen
1.9.0
Here is updated version: https://stackblitz.com/edit/github-es5emgzc-ypk3boue?file=index.ts,package.json
Sorry, something went wrong.
No branches or pull requests
Environment
node versions - stackblitz.com
"crossws": "^0.2.0",
"h3": "latest",
Reproduction
https://stackblitz.com/edit/github-es5emgzc?file=index.ts
Describe the bug
"Message" from
message: (peer: Peer, message: Message) => MaybePromise<void>
has no more methods except "text()"
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: