Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Created January 5, 2021 10:07
Show Gist options
  • Save sabesansathananthan/a5af90c1fd45aeb1b83b03e457d7b945 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/a5af90c1fd45aeb1b83b03e457d7b945 to your computer and use it in GitHub Desktop.
Fetch API Tutorial
fetch('http://site.com/file', {
integrity: 'sha256-abcdef'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment