diff --git a/src/runtime/node/http.js b/src/runtime/node/http.js index 5c838183..f663174f 100755 --- a/src/runtime/node/http.js +++ b/src/runtime/node/http.js @@ -1,5 +1,4 @@ import ES6Promise from 'es6-promise'; -// import fetch from 'node-fetch'; ES6Promise.polyfill(); diff --git a/src/runtime/web/http.js b/src/runtime/web/http.js index 44aa7863..ea9ced65 100755 --- a/src/runtime/web/http.js +++ b/src/runtime/web/http.js @@ -1,5 +1,4 @@ import ES6Promise from 'es6-promise'; -// import fetch from 'isomorphic-fetch'; ES6Promise.polyfill(); export default fetch; // fetch API available in Node.js 18 and later \ No newline at end of file