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

Commit 1ab975c

Browse files
committed
Accept header naming v3
1 parent 3b853da commit 1ab975c

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
@@ -47,7 +47,7 @@
4747
};
4848
xhr.open("GET", url, true);
4949

50-
xhr.setRequestHeader('Accept', 'module/x-es-module */*');
50+
xhr.setRequestHeader('Accept', 'application/x-es-module */*');
5151

5252
if (doTimeout)
5353
setTimeout(function() {

0 commit comments

Comments
 (0)