Skip to content

Commit

Permalink
fix(client): fix errors with file uploads in the browser (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and rattrayalex committed Jul 19, 2023
1 parent 0315ce1 commit ac48fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_shims/fetch.js
Expand Up @@ -10,4 +10,4 @@ exports.Request = Request;
exports.Response = Response;
exports.Headers = Headers;

exports.isPolyfilled = true;
exports.isPolyfilled = false;

0 comments on commit ac48fa7

Please sign in to comment.