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
?ws
!ws
unstable
New ?ws and !ws directives, that would act similar to %http directive but for websockets
%http
?
!
<form *set="{ content: '' }" ?="wss://example.com" ?message="content" [email protected]> <textarea ::value="content"></textarea> <button>Send</button> </form> <div class="messages" [email protected][append]> <!-- ... --> </div>
Potentially blocking:
ws
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scope
unstable
What do you want to define?
New
?ws
and!ws
directives, that would act similar to%http
directive but for websockets?
would be used for requests!
would be used for responsesPotentially blocking:
ws
module denoland/std#5755I have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: