James M Snell
James M Snell
> Could such opt-out be in a command line option instead, though? Not in our case in Cloudflare workers. Users have no access to CLI options. An API option is...
@annevk ... I'd like to see if we can revive this a bit. Having structured header (https://datatracker.ietf.org/doc/html/rfc8941) support in `Headers` would be useful. I do think we might be able...
@GregBrimble ... done!
Just want to check in on the status here. Is this expected to move forward? Is there anything someone like myself could help with to get it moving forward? Also...
I'm generally +1 on the idea but suggest that it should be separate function.... But can live with this approach.
As I said, I can live with the variadic approach. I don't prefer it because discoverability is weakened. If I'm on one runtime that has implemented this and I write...
For options `A` and `B`, the new properties would reflect the current state of the sum of the `URL` components, so if modifying a setter value changes the validity of...
Perhaps, and is how I've addressed this previously, it just feels a bit... awkward. I mean, that same thing could have been said about `AbortSignal.timeout()` as well (and probably was,...
Superseded by https://github.com/cloudflare/workerd/pull/2139
Currently, our implementation of `fetch(...)` does not use the whatwg URL parsing rules for backwards compatibility reasons. It's been on my todo list for a while to get that fixed...