HTTPS 和 HTTP 导入
稳定性: 1 - 实验
在 --experimental-network-imports
标志下支持使用 https:
和 http:
导入基于网络的模块。
这允许类似网络浏览器的导入在 Node.js 中工作,但由于应用程序稳定性和安全问题在特权环境而不是浏览器沙箱中运行时会有所不同,因此存在一些差异。
Stability: 1 - Experimental
Importing network based modules using https:
and http:
is supported under
the --experimental-network-imports
flag. This allows web browser-like imports
to work in Node.js with a few differences due to application stability and
security concerns that are different when running in a privileged environment
instead of a browser sandbox.