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

Changelog

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

  * Team upload
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Sat, 06 Nov 2021 14:41:04 +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-2.dsc 2.0 KiB 2b1145a55ab7e0e669d54f407b9442bdf2bb095d591a09504c4519728cfcc0d1
node-whatwg-fetch_3.6.2.orig.tar.gz 22.6 KiB faedfd553071a8ff6b69eb333c800fb0be8b4a92541987a0a4b4578d0b614971
node-whatwg-fetch_3.6.2-2.debian.tar.xz 2.4 KiB dfab785467ee7a9daf708a4d160642ffacf02cb33f08bf82c9dc2deb79fe0fb2

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.