Re: [whatwg/fetch] firefoxOnLinux (#1193)

await fetch("https://git.zx2c4.com/favicon.ico", {
    "credentials": "include",
    "headers": {
        "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0",
        "Accept": "image/webp,*/*",
        "Accept-Language": "en-US,en;q=0.5"
    },
    "referrer": "https://git.zx2c4.com/cgit/patch/contrib/hooks?id=121e65391446069a538ae8d3f7938452178de7c6",
    "method": "GET",
    "mode": "cors"
});

 https://fetch.spec.whatwg.org/commit-snapshots/873a42e746b5b33e5ac7a15364a1cdf72a05e200/#index-defined-here
http://github.com - automatic!
[GitHub](http://github.com)




-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1193#issuecomment-797870623

Received on Saturday, 13 March 2021 05:29:19 UTC