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

Commit 3b853da

Browse files
committed
Merge pull request #417 from Munter/accept-header
Adapt Accept header syntax according to discussion
2 parents 22f894d + 496344e commit 3b853da

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-module-loader-module */*');
50+
xhr.setRequestHeader('Accept', 'module/x-es-module */*');
5151

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

0 commit comments

Comments
 (0)