1.0.12 • Published 2 years ago

crab-fetch v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago