• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

WebReflection / uhtml
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 10 Mar 2020 11:12PM UTC
Files 5
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH dom
branch: dom
CHANGE BRANCH
x
Reset
  • dom
  • added-terser-and-exported-manually
  • dependabot/npm_and_yarn/braces-3.0.3
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/rollup-4.22.4
  • dependabot/npm_and_yarn/terser-5.14.2
  • dependabot/npm_and_yarn/test/fw-bench/rollup-3.29.5
  • dependabot/npm_and_yarn/test/fw-bench/terser-5.14.2
  • dependabot/npm_and_yarn/test/fw-bench/terser-5.15.0
  • fast-path-maybe
  • hydro
  • init-ssr
  • issue-124
  • issue-93
  • jsx
  • lame-attempt-at-typing-holes
  • main
  • master
  • patch-6
  • reactive
  • refs/tags/v0.0.1
  • refs/tags/v0.0.2
  • refs/tags/v2.8.1
  • refs/tags/v3.0.0
  • refs/tags/v3.0.1
  • refs/tags/v3.0.2
  • refs/tags/v3.1.0
  • refs/tags/v3.1.1
  • refs/tags/v3.2.0
  • refs/tags/v3.2.1
  • refs/tags/v3.2.2
  • refs/tags/v4.1.18
  • refs/tags/v4.1.19
  • refs/tags/v4.1.20
  • refs/tags/v4.1.21
  • refs/tags/v4.1.22
  • refs/tags/v4.1.23
  • refs/tags/v4.1.24
  • refs/tags/v4.2.0
  • refs/tags/v4.2.1
  • refs/tags/v4.2.2
  • refs/tags/v4.3.0
  • refs/tags/v4.3.1
  • refs/tags/v4.3.2
  • refs/tags/v4.3.3
  • refs/tags/v4.3.4
  • refs/tags/v4.3.5
  • refs/tags/v4.4.0
  • refs/tags/v4.4.1
  • refs/tags/v4.4.2
  • refs/tags/v4.4.3
  • refs/tags/v4.4.4
  • refs/tags/v4.4.5
  • refs/tags/v4.4.6
  • refs/tags/v4.4.7
  • refs/tags/v4.4.8
  • refs/tags/v4.4.9
  • refs/tags/v4.5.0
  • refs/tags/v4.5.1
  • refs/tags/v4.5.10
  • refs/tags/v4.5.11
  • refs/tags/v4.5.2
  • refs/tags/v4.5.4
  • refs/tags/v4.5.5
  • refs/tags/v4.5.6
  • refs/tags/v4.5.7
  • refs/tags/v4.5.8
  • refs/tags/v4.5.9
  • refs/tags/v4.6.0
  • refs/tags/v4.7.1
  • refs/tags/v5.0.1
  • refs/tags/v5.0.2
  • refs/tags/v5.0.3
  • refs/tags/v5.0.4
  • refs/tags/v5.0.5
  • refs/tags/v5.0.6
  • refs/tags/v5.0.7
  • refs/tags/v5.0.8
  • refs/tags/v5.0.9
  • sane
  • types-again
  • types-build-fix
  • v2
  • v3
  • v4
  • v5

04 Jan 2024 03:24PM UTC coverage: 100.0% (+0.3%) from 99.651%
7411440186

Pull #99

github

WebReflection
uhtml/dom 🦄

This MR brings a specialized version of a DOM environment created
ad hoc for uhtml internals and used to test uhtml itself, as opposite
of using LinkeDOM which has way too many features and it's not
strictly aligned with all the operations needed.

The specialized DOM is 1.5X faster than LinkeDOM and it uses 60%
of the RAM so it's even more ideal for SSR or integration with
other PLs such as Python (PyScript) or others.

The specialized DOM is not meant by any mean to be used as JSDOM or
LinkeDOM replacement and it lacks tons of features but for most
common SSR use cases it should be superior in RAM and performance
by all means to any alternative I have tried, or even created, to date.

Please feel free to play around with what can work in a Web Worker,
in any SSR logic, or to quickly parse and/or serve well formed HTML/SVG
content, as well as to use this module to land uhtml templates with a
proper DOM behind instead of dealing with scrings only, which is what
uhtml-ssr does instead.

This module is meant to be 100% aligned by design with uhtml as the code
coverage uses the module itself to test its own functionalities so,
among other good things, there's that: it really enables uhtml on both
server and workers space.
Pull Request #99: uhtml/dom 🦄

638 of 638 branches covered (100.0%)

Branch coverage included in aggregate %.

2806 of 2806 relevant lines covered (100.0%)

13.46 hits per line

Relevant lines Covered
Build:
Build:
2806 RELEVANT LINES 2806 COVERED LINES
13.46 HITS PER LINE
Source Files on dom
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7411440186 dom uhtml/dom 🦄 This MR brings a specialized version of a DOM environment created ad hoc for uhtml internals and used to test uhtml itself, as opposite of using LinkeDOM which has way too many features and it's not strictly aligned with all the opera... Pull #99 04 Jan 2024 03:25PM UTC WebReflection github
100.0
7411359909 dom uhtml/dom 🦄 This MR brings a specialized version of a DOM environment created ad hoc for uhtml internals and used to test uhtml itself, as opposite of using LinkeDOM which has way too many features and it's not strictly aligned with all the opera... Pull #99 04 Jan 2024 03:18PM UTC WebReflection github
100.0
7410767446 dom Work in progress push 04 Jan 2024 02:25PM UTC WebReflection github
100.0
7410332037 dom Work in progress push 04 Jan 2024 01:46PM UTC WebReflection github
100.0
7410302971 dom Work in progress push 04 Jan 2024 01:43PM UTC WebReflection github
100.0
7409933865 dom Work in progress push 04 Jan 2024 01:08PM UTC WebReflection github
100.0
7409457630 dom Work in progress push 04 Jan 2024 12:24PM UTC WebReflection github
100.0
7409402076 dom Work in progress push 04 Jan 2024 12:19PM UTC WebReflection github
99.81
7407633893 dom Work in progress push 04 Jan 2024 09:17AM UTC WebReflection github
99.84
7407292207 dom Work in progress push 04 Jan 2024 08:41AM UTC WebReflection github
99.63
See All Builds (482)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc