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
Remove hard dependency on Browser from Asyncify (#12181)
Instead, check if Browser exists or not, and add direct dependencies on
Browser from the specific async wget methods that actually need full
Browser support.
Split out from #12165
Saves 13KB from a minified build.
0 commit comments