James M Snell
James M Snell
rebased with a couple additional tweaks
@lucacasonato ... are you still wanting to push this forward. I'm interested in implementing this for both workers and node.js
@nodejs/tsc ... just fyi on another CI infrastructure block
The `request.signal` is currently only used when `request` is used in a client side fetch where an `AbortSignal` has been passed in. We can investigate making it usable on server-side...
Finding the time to work on the new impl and complete it has been difficult but I am hoping to get it done soon. Will keep this open and will...
> That’s arguably a sign against inclusion in Node.js core, unless you have a reason to believe that development as part of Node.js would improve this situation (isn’t obvious to...
> Why add fetch then? http.get is close enough. . No, I meant that it could explain why the userland module wasn't advanced further, not offering any kind of reason...
> Changes to import.meta should likely be semver-minor. > Changes to import.meta should require TSC approval. I would suggest `semver-major` as it's a global namespace. That said, see below. >...
I'm still waiting on more feedback from WinterCG before we can consider this official, but I have the start of the registry here: https://github.com/wintercg/import-meta-registry
It's been a while since I've dug through this code, would need some time to analyze it again.