Command Palette

Search for a command to run...

Chrome Edge浏览器 HTTP2 Timing 研究分析

Chrome Edge浏览器 HTTP2 Timing 研究分析

队列 Queueing 因为有“队头阻塞”,浏览器对每个域名最多开 6 个并发连接(HTTP/1.1),当页面里链接很多的时候就必须排队等待(Queued、Queueing)。此参数表示从添加到待处理队列,到实际开始处理的时间间隔。 在HTTP/2里面,一个域只需要建立一次TCP连接就可以传输多个资源。多个数据流/信号通过一条信道进行传输,充分地利用高速信道,就叫多路复用(Multiplexing...

Code-Server 提示 This is likely because the editor is not running in a secure context

今天在code-server遇到一个错误提示 如下: crypto.subtle' is not available so webviews will not work. This is likely because the editor is not running in a secure context (https://developer.mozilla.org/en-US/docs/Web...

HTML

Chrome Edge 浏览器控制台不允许粘贴

会弹出警告: Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. P...