yz-fetch
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

Fetch 库

封装原生 fetch,支持 get post rawJson formdata

import Request from 'yz-fetch'

Request("url", {
    method: "get",
    body: { ...params }
});

参数列表

params

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.17
    1
    • latest

Version History

Package Sidebar

Install

npm i yz-fetch

Weekly Downloads

1

Version

1.0.17

License

ISC

Unpacked Size

14.6 kB

Total Files

5

Last publish

Collaborators

  • webxiaoyou