You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This new API allows the WebView2 host app to configure the throttling behavior of script timers (setTimeout, setInterval) under different page states (background, foreground, intensively throttled) and to isolate specific frames into a separate throttling configuration. This gives the app fine-tune control over resources consumption.
API Review
Title: Throttling Control - Script
This new API allows the WebView2 host app to configure the throttling behavior of script timers (
setTimeout
,setInterval
) under different page states (background
,foreground
,intensively throttled
) and to isolate specific frames into a separate throttling configuration. This gives the app fine-tune control over resources consumption.API Spec: MicrosoftEdge/WebView2Feedback#4156
Please review the pull request and add any feedback you have about this API. We appreciate your input and support!
The text was updated successfully, but these errors were encountered: