-
-
Save adamant83/6a18aba701c8031cd709ec968d15e6da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ExamplePromise.then(() => { | |
| /* perform whatever */ | |
| }); | |
| await ExamplePromise; | |
| /* perform whatever */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment