[ 源代码: node-cross-fetch ]
软件包:node-cross-fetch(3.1.5+ds.1-3)
node-cross-fetch 的相关链接
Debian 的资源:
下载源码包 node-cross-fetch:
- [node-cross-fetch_3.1.5+ds.1-3.dsc]
- [node-cross-fetch_3.1.5+ds.1.orig.tar.xz]
- [node-cross-fetch_3.1.5+ds.1-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Universal WHATWG Fetch API for Node, Browsers and React Native
The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.
* Platform agnostic: browsers, Node or React Native * Optional polyfill: it's up to you if something is going to be added to the global object or not * Simple interface: no instantiation, no configuration and no extra dependency * WHATWG compliant: it works the same way wherever your code runs * TypeScript support: better development experience with types.
Node.js is an event-based server-side JavaScript engine.