Skip to content

Instantly share code, notes, and snippets.

@tstirrat15
Created February 23, 2017 15:04
Show Gist options
  • Save tstirrat15/a0874a24e16b4b56963ef3acdd3416c6 to your computer and use it in GitHub Desktop.
Save tstirrat15/a0874a24e16b4b56963ef3acdd3416c6 to your computer and use it in GitHub Desktop.
Fetch Pattern
let data = {};
try {
data = await response.json();
} catch (error) {
// There wasn't any data to unpack.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment