Guy Bedford
Guy Bedford
Specifically is the goal that the file URL performs all escaping to be used on the filesystem? Or should the goal be that file URL represents the URL normalization to...
//cc @nodejs/loaders
We could easily add this to Jco, as you have described. Will keep this open to track. Are there toolchains that would be able to utilize this feature already?
Note you could also experiment with this today using Jco's custom instantiation mode. I think one of the hardest questions will just be what string builtin import name to use.
This may well have regressed in the recent headers work, but this should be a simple fix, I believe what is needed is to add a forbidden headers filter after...
It may well do, although this has never passed for StarlingMonnkey so that doesn't line up the comment that this was a regression, but however we get coverage is of...
This would be great to see, was also wondering recently why the response URL isn't used. If it's to do with interpretation, note that loading WASM will rely on "content-type"...
As a further suggestion here I was wondering if there aren’t deep technical limitations if we could specify a redirect using the ~~request~~ response URL in the module map. This...
Correction: I mean response URL of course.
I guess it would require the same architecture change in coalescing requests separately until their responses arrive, and then creating a module map entry. I guess I’m asking (a) is...