async and sync glideajax
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 07:56 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 07:59 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2016 08:28 AM
FYI - Unless you ABSOLUTELY need to do something synchronously, use async. Sync can hold the user's browser hostage while you wait for a response. If you're writing a scoped app, I believe it doesn't even allow you to save with a synchronous call.