Asher Gomez
Asher Gomez
@andykais What's your method of parsing the `set-cookie` header?
Thank you @andykais, but I did encounter the errors that @jsejcksn mentioned. I decided to go with something far simpler, which suits my use case: ```ts function getSetCookie(headers: Headers): string...
> The code in [#1977 (comment)](https://github.com/denoland/deno_std/issues/1977#issuecomment-1135331882) won't handle attributes which aren't in the key-value format (e.g. `HttpOnly` and `Secure` — see [`Set-Cookie` on MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) for more info): it will throw...
Having `fts` supported would be amazing. Are there any workarounds in the meantime?
Any news on this @kornelski?
@itamarhaber, is there anything else I need to do for this PR?
Hi @itamarhaber, just pinging you to see if we can commit this PR. I'm not sure who'd be best to do so.
I can try this as my first contribution to this repo. Is this literally just a matter of modifying `lib.deno.unstable.d.ts`?
@crowlKats, do `spawn` and `spawnChild` support `signal`?