mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
add certs function
This commit is contained in:
parent
f1446a9b27
commit
5b4fb1392a
7 changed files with 45 additions and 5 deletions
|
@ -27,7 +27,9 @@ onmessage = async (msg) => {
|
|||
postMessage(JSON.stringify(str, null, 4));
|
||||
}
|
||||
|
||||
const { EpoxyClient } = await epoxy();
|
||||
const { EpoxyClient, certs } = await epoxy();
|
||||
|
||||
console.log("certs:", certs());
|
||||
|
||||
const tconn0 = performance.now();
|
||||
// args: websocket url, user agent, redirect limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue