move info from a wasm function to an object

This commit is contained in:
Toshit Chawda 2024-08-16 18:59:37 -07:00
parent 6fbe1248c3
commit 80b68f1cee
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
8 changed files with 20 additions and 21 deletions

View file

@ -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();