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
Awesomizer should have a function like AwesomizeSync that could possibly still use the Awesomize function and simply enforce that the promise is immediately resolved and return the result.
This would allow users to use the familiar declarative interface without adding the complexities with handling the result in an asynchronous context.
The text was updated successfully, but these errors were encountered:
Awesomizer should have a function like
AwesomizeSync
that could possibly still use theAwesomize
function and simply enforce that the promise is immediately resolved and return the result.This would allow users to use the familiar declarative interface without adding the complexities with handling the result in an asynchronous context.
The text was updated successfully, but these errors were encountered: