摘要: 同一段“导入模块”的代码,截然不同的处理 Bug重现代码: void function () { isSupportedRange('http://static.com/1GB.bin').then(bool => { // ... }); }(); import * as http from 'h 阅读全文
posted @ 2020-11-06 15:38 develon 阅读(115) 评论(0) 推荐(0) 编辑
摘要: https HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module. HTTPS是基于TLS/SSL的HTTP协议。在Node.js中,这是作为一个单独的模块实现的。 h 阅读全文
posted @ 2020-11-06 14:05 develon 阅读(932) 评论(0) 推荐(0) 编辑