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
Make requestidlecallback work with TS 4.4 DOM (#54081)
* Make requestidlecallback work with TS 4.4 DOM
TS 4.4 improves its types for requestidlecallback. This PR makes DT match those upcoming types.
Needed after microsoft/TypeScript#44684 is merged.
* remove redundant undefined for now
0 commit comments