Skip to content

Commit 8c47ad4

Browse files
author
Aamod Pisat
committed
Added es6-promise polyfill in browsers.
1 parent 60616b0 commit 8c47ad4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/runtime/web/http.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export default fetch;
1+
require('es6-promise').polyfill();
2+
import fetch from 'isomorphic-fetch';
3+
4+
export default fetch;

0 commit comments

Comments
 (0)