Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 16834b7

Browse files
committed
Accept header correction
1 parent 102feac commit 16834b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system-fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
xhr.open("GET", url, true);
4242

4343
if (xhr.setRequestHeader) {
44-
xhr.setRequestHeader('Accept', 'application/x-es-module */*');
44+
xhr.setRequestHeader('Accept', 'application/x-es-module, */*');
4545
// can set "authorization: true" to enable withCredentials only
4646
if (authorization) {
4747
if (typeof authorization == 'string')

0 commit comments

Comments
 (0)