AdobeXD / plugin-docs

Adobe XD Plugin API documentation
https://adobexdplatform.com/plugin-docs
MIT License
95 stars 30 forks source link

Add a note about resolving promises in /reference/javascript/sync-async.html #72

Open ashryanbeats opened 5 years ago

ashryanbeats commented 5 years ago

Submit an issue

Description of the issue

Prevent your plugin from hanging!

dkstevekwak commented 5 years ago

This page talks about async/await. It even says "We recommend async/await syntax over Promises." Should we add a page about Promise?

dkstevekwak commented 5 years ago

@ashryanbeats as noted above, this will require us to create a section for Promise at the bottom. Should we proceed even though we recommend async/await syntax over Promises?