mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
move info from a wasm function to an object
This commit is contained in:
parent
6fbe1248c3
commit
80b68f1cee
8 changed files with 20 additions and 21 deletions
|
@ -40,7 +40,7 @@ import initEpoxy, { EpoxyClient, EpoxyClientOptions, EpoxyHandlers, info as epox
|
|||
console.log(epoxy_client);
|
||||
// you can change the user agent and redirect limit in JS
|
||||
epoxy_client.redirect_limit = 15;
|
||||
console.log(epoxyInfo());
|
||||
console.log(epoxyInfo);
|
||||
|
||||
const test_mux = async (url) => {
|
||||
const t0 = performance.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue