libjs-cssrelpreload 3.1.0+dfsg+~cs3.1.3-1 source package in Ubuntu

Changelog

libjs-cssrelpreload (3.1.0+dfsg+~cs3.1.3-1) unstable; urgency=medium

  * Update renamed lintian tag names in lintian overrides.
  * Update standards version to 4.6.0, no changes needed.
  * Fix debian/watch
  * Embed typescript definitions and repack

 -- Yadd <email address hidden>  Tue, 07 Dec 2021 12:24:07 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-cssrelpreload_3.1.0+dfsg+~cs3.1.3-1.dsc 2.8 KiB 65d72784f8ecae3c38ce9263b8ff2bf38c5979de443a6d6295d864b4442ae9d6
libjs-cssrelpreload_3.1.0+dfsg+~cs3.1.3.orig-loadcss.tar.xz 3.6 KiB 967466fc4fed2aa63a6c5a32109db3319bd14f94f35cafca095a5b91e95862dd
libjs-cssrelpreload_3.1.0+dfsg+~cs3.1.3.orig-types-fg-loadcss.tar.xz 1.6 KiB dd5a3f2f935a2f3468bb64bbc32420b2009722c4655e2759abb69930edef2a0c
libjs-cssrelpreload_3.1.0+dfsg+~cs3.1.3.orig.tar.xz 28.3 KiB db64ef1ad2cded0ffbc635e9c296919d278a64a26eea6aa98fec9e66936dda95
libjs-cssrelpreload_3.1.0+dfsg+~cs3.1.3-1.debian.tar.xz 3.6 KiB c1ca4663378d3117d0bbb9b2801bf261b20a4c408a64c04b3d63a133c937c0cb

No changes file available.

Binary packages built by this source

libjs-cssrelpreload: JavaScript to load CSS asynchronously

 This JavaScript library provides functions to load CSS asynchronously.
 .
 Referencing CSS stylesheets with link[rel=stylesheet] or @import causes
 browsers to delay page rendering while a stylesheet loads. When loading
 stylesheets that are not critical to the initial rendering of a page, this
 blocking behavior is undesirable. The new <link rel="preload"> standard
 enables loading stylesheets asynchronously, without blocking rendering, and
 loadCSS provides a JavaScript polyfill for that feature to allow it to work
 across browsers, as well as providing its own JavaScript method for loading
 stylesheets.