node-whatwg-fetch 3.6.2-3 source package in Ubuntu

Changelog

node-whatwg-fetch (3.6.2-3) unstable; urgency=medium

  * Team upload
  * Add Breaks against libjs-fetch (see #998723)

 -- Yadd <email address hidden>  Sun, 07 Nov 2021 09:00:13 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-whatwg-fetch_3.6.2-3.dsc 2.0 KiB a5874e18bf89ab3635f16fe3840efce22bf1d0a3922fe4c5e7522f67b6613382
node-whatwg-fetch_3.6.2.orig.tar.gz 22.6 KiB faedfd553071a8ff6b69eb333c800fb0be8b4a92541987a0a4b4578d0b614971
node-whatwg-fetch_3.6.2-3.debian.tar.xz 2.5 KiB 446f818d39a2ebec78fe45541af3ef689d926343b5227c9eff7eede91e9bf41a

Available diffs

No changes file available.

Binary packages built by this source

node-whatwg-fetch: 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.