[ 原始碼: node-whatwg-fetch ]
套件:node-whatwg-fetch(3.6.2-7)
node-whatwg-fetch 的相關連結
Debian 的資源:
下載原始碼套件 node-whatwg-fetch:
- [node-whatwg-fetch_3.6.2-7.dsc]
- [node-whatwg-fetch_3.6.2.orig.tar.gz]
- [node-whatwg-fetch_3.6.2-7.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
window.fetch JavaScript polyfill
The fetch() function is a Promise-based mechanism for programmatically making web requests in the browser. This project is a polyfill that implements a subset of the standard Fetch specification, enough to make fetch a viable replacement for most uses of XMLHttpRequest in traditional web applications.
Node.js is an event-based server-side JavaScript engine.