Merge branch 'tauri-apps:v1' into feat/stronghold/argon2-kdf

pull/448/head
Alexandre Dang 2 years ago committed by GitHub
commit cfa0dffbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ fn main() {
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
```javascript
import { WebSocket } from "tauri-plugin-websocket-api";
import WebSocket from "tauri-plugin-websocket-api";
const ws = await WebSocket.connect("wss://example.com");

Loading…
Cancel
Save