tauri-apps / tauri-apps/plugins-workspace

Uncaught plugin websocket not found

Open
#746 9 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.