QUIC
稳定性: 1.0 - 早期开发
¥Stability: 1.0 - Early development
源代码: lib/quic.js
'node:quic' 模块提供了 QUIC 协议的实现。要访问它,请使用 --experimental-quic 选项启动 Node.js 并:
¥The 'node:quic' module provides an implementation of the QUIC protocol.
To access it, start Node.js with the --experimental-quic option and:
import quic from 'node:quic';const quic = require('node:quic');该模块仅在 node: 方案下可用。
¥The module is only available under the node: scheme.