chrome 69 support

This commit is contained in:
Toshit Chawda 2024-09-07 11:42:11 -07:00
parent cc21e6c4a2
commit 07a304e9c6
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
4 changed files with 16 additions and 9 deletions

View file

@ -270,7 +270,7 @@ import initEpoxy, { EpoxyClient, EpoxyClientOptions, EpoxyHandlers, info as epox
console.time();
let resp = await epoxy_client.fetch("https://www.example.com/");
console.timeEnd();
console.log(resp, Object.fromEntries(resp.headers));
console.log(resp, resp.rawHeaders);
log(await resp.text());
}
log("done");