Comment on Deno: What we got wrong about HTTP importsComments−xmonkee2yWe are using deno to allow our customers to run custom code with imports. This is only made possible with http imports and I for one am very happy it exists.−daneel9512yCan't you use also Node with `--experimental-network-imports` flag?https://nodejs.org/api/esm.html#https-and-http-importsI use it as a backup platform to Deno to test my code.
Comments
We are using deno to allow our customers to run custom code with imports. This is only made possible with http imports and I for one am very happy it exists.
Can't you use also Node with `--experimental-network-imports` flag?
https://nodejs.org/api/esm.html#https-and-http-imports
I use it as a backup platform to Deno to test my code.