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

Changelog

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

  * Team upload
  * Duplicate Breaks field with Replaces (Closes: #1034933)

 -- Yadd <email address hidden>  Fri, 28 Apr 2023 07:13:09 +0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-whatwg-fetch_3.6.2-7.dsc 2.0 KiB bc9dfd8d973dc85647a7ee6bb13844258507d3ab92d12968128535e86e05e659
node-whatwg-fetch_3.6.2.orig.tar.gz 22.6 KiB faedfd553071a8ff6b69eb333c800fb0be8b4a92541987a0a4b4578d0b614971
node-whatwg-fetch_3.6.2-7.debian.tar.xz 3.0 KiB b7cc9a50e4f11dd313bfc24d356aafa870f88dfcb1a335b7fdd6a36bb47fcd3d

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.