mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
better docs
This commit is contained in:
parent
7fdee4ecfe
commit
a41e3eecc5
2 changed files with 37 additions and 11 deletions
|
@ -12,7 +12,7 @@ onmessage = async (msg) => {
|
|||
postMessage(str);
|
||||
}
|
||||
|
||||
let { EpoxyClient } = await epoxy();
|
||||
const { EpoxyClient } = await epoxy();
|
||||
|
||||
const tconn0 = performance.now();
|
||||
// args: websocket url, user agent, redirect limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue