File: control

package info (click to toggle)
node-resize-observer-polyfill 1.5.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 508 kB
  • sloc: javascript: 1,841; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-resize-observer-polyfill
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jasmine <!nocheck>
 , node-rollup-plugin-typescript
 , rollup
Standards-Version: 4.6.1
Homepage: https://github.com/que-etc/resize-observer-polyfill
Vcs-Git: https://salsa.debian.org/js-team/node-resize-observer-polyfill.git
Vcs-Browser: https://salsa.debian.org/js-team/node-resize-observer-polyfill
Rules-Requires-Root: no

Package: node-resize-observer-polyfill
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Polyfill for the Resize Observer API
 Implementation is based on the MutationObserver and uses Mutation
 Events as a fall back if the first one is not supported, so there
 will be no polling unless DOM changes. Doesn't modify observed
 elements. Handles CSS transitions/animations and can possibly observe
 changes caused by dynamic CSS pseudo-classes, e.g. by `:hover`.
 .
 Follows the spec and the native implementation.
 .
 Node.js is an event-based server-side JavaScript engine.