Hi there, It would be nice to have ability to disable cookies, like by setting a `cookieJar` to false/ null: ```ts const fetch = context({ cookieJar: false, }); ```
Hi there,
It would be nice to have ability to disable cookies, like by setting a
cookieJarto false/ null: