相关疑难解决方法(0)

Chrome CLI的参数 - 虚拟时间预算真正意味着什么?

我知道Chromium --virtual-time-budget 源代码中的论证文档,但我觉得我不理解它:

// If set the system waits the specified number of virtual milliseconds before
// deeming the page to be ready.  For determinism virtual time does not advance
// while there are pending network fetches (i.e no timers will fire). Once all
// network fetches have completed, timers fire and if the system runs out of
// virtual time is fastforwarded so the next timer fires immediately, until the
// specified virtual time budget is exhausted.
const …
Run Code Online (Sandbox Code Playgroud)

google-chrome chromium google-chrome-headless

11
推荐指数
1
解决办法
1333
查看次数