update
This commit is contained in:
@@ -199,7 +199,7 @@ Add to your `Project.toml`:
|
|||||||
msghandler = "path-to-msghandler"
|
msghandler = "path-to-msghandler"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Quick Start
|
#### Send Messages
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
using msghandler
|
using msghandler
|
||||||
@@ -270,7 +270,7 @@ import msghandlerCSR from './src/msghandler-csr.js';
|
|||||||
- ✅ Uses native browser APIs (Web Crypto, Fetch, TextEncoder/Decoder)
|
- ✅ Uses native browser APIs (Web Crypto, Fetch, TextEncoder/Decoder)
|
||||||
- ✅ Browser-compatible payload types (no Arrow IPC dependency)
|
- ✅ Browser-compatible payload types (no Arrow IPC dependency)
|
||||||
|
|
||||||
#### Quick Start
|
#### Send Messages
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import msghandlerCSR from './src/msghandler-csr.js';
|
import msghandlerCSR from './src/msghandler-csr.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user