tauri-apps / tauri-apps/plugins-workspace
Uncaught plugin websocket not found
Open
platform: android
platform: ios
plugin: websocket
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
11-20 17:14:05.142 28311 28311 E Tauri/Console: File: http://tauri.localhost/ - Line 0 - Msg: Uncaught plugin websocket not found
main.ts
```
import WebSocket from "@tauri-apps/plugin-websocket";
const ws = await WebSocket.connect("ws://157b-89-178-124-63.ngrok-free.app/ws");
```
I did everything according to the instructions
https://github.com/tauri-apps/tauri-plugin-websocket/tree/v2
It doesn't work
Contributor guide
Assessment
This issue has not been assessed yet.