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
All LegacyPromises should be refactored into native promises.
Optional: As this refactoring requires some thought anyway, it's probably a good idea to also make sure that all uses promises are actually needed. An example of doubtful usage would be in worker.js on line 276 inside wphSetupGetPage
The text was updated successfully, but these errors were encountered:
All
LegacyPromise
s should be refactored into native promises.Optional: As this refactoring requires some thought anyway, it's probably a good idea to also make sure that all uses promises are actually needed. An example of doubtful usage would be in worker.js on line 276 inside
wphSetupGetPage
The text was updated successfully, but these errors were encountered: