James M Snell

Results 685 comments of James M Snell

Clinic.js currently does not work with apps or scripts that wrap node.js. That is, clinic has to be able to launch the node.js process directly because there are command-line flags...

Quick check on workerd shows that, at least in the local dev environment, both `set-cookie` headers are being returned with no problem. Interestingly, tho, the first one comes out encoded...

> ... So perhaps the implementation as-is produces correct behavior, but I wonder if we want to think forward to an implementation that does actually share the underlying buffer for...

Yep. Ok, moving this back to draft. The plan on this would then become: 1. Modify `Blob`/`File` to support two cases: a. Refcounted internal storage so that multiple `Blob`/`File` instances...

> Blob's implementation already supports pointing at some other Blob. Doesn't seem like anything new is needed there. Yep. and using that would be the easiest thing. I would like...

While we do already have some variances from the standard `Cache` API (https://developer.mozilla.org/en-US/docs/Web/API/Cache/match) I would be hesitant adding a non-standard option for a `signal` here. My preference would be to...

Would the iterator helpers proposals be of use here: https://github.com/tc39/proposal-iterator-helpers

Better controls and visibility around concurrent requests would be helpful but I'm curious about what may be better here. Is it really that you want to stop queuing subrequests or...

Nice, ok. I can see this being a fairly quick API addition. Before working on it tho, I think we should give some (quick) thought to whether this is the...