1.0.12 • Published 3 years ago

crab-fetch v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

crab-fetch polyfill

fetch() 函数用于请求接口,其中包含fetch.get()/fetch.post()/fetch.push()/fetch.del()。

Installation

npm install crab-fetch --save
const fetch = require('crab-fetch');

Usage

For a more comprehesive API reference that this polyfill supports, refer to https://github.com/shirley-cat/crab-fetch

Importing

Importion will automatically polyfill window.fetch and related APIs:

import 'ms-fetch';

GET JSON

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago