Skip to content

Commit 4eabcb5

Browse files
author
Aamod Pisat
committed
Added es6-promise polyfill in browsers.
.spread() promise function
1 parent 66f170e commit 4eabcb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runtime/react-native/http.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import ES6Promise from 'es6-promise';
2-
import fetch from 'isomorphic-fetch';
3-
4-
ES6Promise.polyfill();
51
/**
62
* @method spread
73
* @description return the promise with the arguments.

0 commit comments

Comments
 (0)