fetch-h2
fetch-h2 copied to clipboard
Ability to disable cookies
Hi there,
It would be nice to have ability to disable cookies, like by setting a cookieJar to false/ null:
const fetch = context({
cookieJar: false,
});