-
Notifications
You must be signed in to change notification settings - Fork 108
Conversation
This pull request is being automatically deployed with Vercel (learn more). capacitor-site – ./🔍 Inspect: https://vercel.com/ionic/capacitor-site/BCzxAEkKpo2Qfm63B3eQAvXa9pdb capacitor-docs – ./🔍 Inspect: https://vercel.com/ionic/capacitor-docs/F9oC7WVWV9UtU4xKJTm8imLLfiTf [Deployment for 1829189 failed] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made some suggestions for verbiage but I'll defer to your judgement and if anyone else has suggestions. The content is fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the resolve/reject multiple times can be confusing, since the native methods can call the native reject/resolve multiple times, but the js promise can only be rejected/resolved once. I think it should mention that this multiple reject/resolve should be used with plugin callbacks (as geolocation)
@jcesarmobile I have tried to clarify between promises and callbacks. |
No description provided.