Skip to content

Commit

Permalink
fix(client): fixes the issue of formData.getHeader not being availabl…
Browse files Browse the repository at this point in the history
…e in the browser

this fix was accompilshed by creating our own getHeaders on the created formData object
  • Loading branch information
KenEucker committed Dec 31, 2021
1 parent 07911ce commit ad6a684
Show file tree
Hide file tree
Showing 8 changed files with 9,211 additions and 29,477 deletions.
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>

<meta charset="utf-8">
<meta name="referrer" content="no-referrer" />
<meta type="title" content="Imgur API test">
<title>Imgur API test</title>
<script src="../dist/imgur.js"></script>
Expand Down
Loading

0 comments on commit ad6a684

Please sign in to comment.