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
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Should methods and properties be suffixed by Async, e.g.: const context = await canvas.getContextAsync("2d"), const alpha = await context.globalAlphaAsync, etc, to make it more clear that they return a Promise?