Skip to content

Commit df7afc7

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/node/http.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require('es6-promise').polyfill();
12
import fetch from 'isomorphic-fetch';
23

34
export default fetch;

0 commit comments

Comments
 (0)