Forum Discussion
Phoebus
Mar 24, 2020Copper Contributor
Under what circumstances does the browser generate the FireIdleCallback events
When I visit http://www.baidu.com (like bing) , the browser(MSEdge for chromium) will generate FireIdleCallback event, see log: [System] Chrome Event: FireIdleCallback (Complete) FireIdleCallback, C...
- Mar 24, 2020
Well as implemented in WebIDL's 'requestIdleCallback' polls a function in the queue to be called.
This leads to 'Fire Idle Callback'; firing (Executing) it later, this one is internal to the browser.
Phoebus
Mar 27, 2020Copper Contributor
Phoebus so, The ultimate solution is to clean up all of the browser's cached data. after use local server, browser will load new data, it will generate FireIdleCallback event.
Deleted
Mar 27, 2020Phoebus Glad to see that you were able to get some help from the community! Let us know if anything else comes up, and welcome to the MS Edge Insiders group.
Fawkes (they/them)
Project & Community Manager - Microsoft Edge