DioxusLabs / DioxusLabs/dioxus
WebSocket naming inconsistency
Open
breaking
fullstack
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
In fullstack we have the following types (https://docs.rs/dioxus/latest/dioxus/prelude/dioxus_fullstack/index.html)
* TypedWebsocket
* UseWebsocket
* WebSocketOptions
* Websocket
* WebsocketError
* WebsocketState
As you can see, sometimes it's `Websocket`, sometimes `WebSocket`.
I would wish that the naming will be adjusted, probably to `WebSocket`, because that's what the mdn calls it: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.