zhaozhongyu

Results 6 comments of zhaozhongyu

Same here... is someone working on it?

支持多个, 支持清除的实现.. ```js const _timerId = {}; let _id = 0; function mySetTimeout(fn, timeout, ...args) { // 'use strict' const start = new Date().getTime(); const cid = _id++; const loop...

按照回流的描述, 当页面布局和几何信息发生变化的时候,就需要回流。根据改变的范围和程度渲染树中或大或小的部分需要重新计算,有些改变会触发整个页面的重排. 可以理解为浏览器的回流其实是从当前改变的元素位置, 向上判断父元素, 向下判断兄弟节点的影响, 然后进而回流. 因此, 如果当前的元素是一个触发了BFC的元素, 就既不会影响到父节点也不会影响到兄弟节点的布局或几何信息. 也就是说, 浏览器会在判断到父元素/兄弟节点的时候就可以中断此元素影响的回流操作. 没错吧?

I have tried Electron version 23.2.1, but the error occurred.

Sorry to make you wait so long, but the problematic machine is a user's machine, I tried to contact him, but he didn't answer me.

And I remember his installed edge works fine