Skip to content

cuijiemmx/taro-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taro-fetch

a fetch Ponyfill for mini apps

Usage

import fetch from 'taro-fetch'

fetch('http://example.com/movies.json')
  .then(function(response) {
    return response.json();
  });

Installation

npm install taro-fetch

License

MIT © cuijiemmx

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published