Skip to content

Instantly share code, notes, and snippets.

@eriadam
Last active May 14, 2020 20:32
Show Gist options
  • Save eriadam/37b36683818dab272e173cf68183fc69 to your computer and use it in GitHub Desktop.
Save eriadam/37b36683818dab272e173cf68183fc69 to your computer and use it in GitHub Desktop.
iOS-JavaScript sharing data no. 3
async function doStuff() {
// Load data from the client
let data = await fetchDataFromDatabase(query);
// Show results to user
UI.update(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment