mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
chrome 69 support
This commit is contained in:
parent
cc21e6c4a2
commit
07a304e9c6
4 changed files with 16 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue