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

infernojs / inferno / 7473 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 06 Oct 2019 09:44PM UTC
Files 84
Run time 5s
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

06 Oct 2019 09:28PM UTC coverage: 95.059% (+0.002%) from 95.057%
7473.1

push

travis-ci

Havunen
<a href="https://github.com/infernojs/inferno/commit/<a class=hub.com/infernojs/inferno/commit/d02007c9569e9b4e7412026da0b7cec6d23299dc">d02007c95<a href="https://github.com/infernojs/inferno/commit/d02007c9569e9b4e7412026da0b7cec6d23299dc">&quot;&gt;&amp;quot;Node&amp;quot; is undefined on IE8 (#1491)

Browser simply fails to initialize the script because Node is undefined on IE8.

The exact spot where it fails is here:
https://github.com/infernojs/inferno/blob/</a><a class="double-link" href="https://github.com/infernojs/inferno/commit/<a class="double-link" href="https://github.com/infernojs/inferno/commit/f0d010daee5010545a3016078d1503e30511885b">f0d010dae</a>">f0d010dae</a><a href="https://github.com/infernojs/inferno/commit/d02007c9569e9b4e7412026da0b7cec6d23299dc">/packages/inferno/src/DOM/rendering.ts#L28-L29

**Expected Current Behaviour**

This spot has to be enclosed into if clause, checking for undefined, like this:

```js
if (window.Node) {
  (Node.prototype as any).$EV = null;
  (Node.prototype as any).$V = null;
}
```

**Inferno Metadata**

Confirmed on:

- IE 8 / Windows 7
- IE 8 / Linux/Wine / BYOND 512.x (because that's where we are trying to roll Inferno).

2318 of 2684 branches covered (86.36%)

3559 of 3744 relevant lines covered (95.06%)

1666.48 hits per line

Source Files on job 7473.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7223
  • Travis Job 7473.1
  • d02007c9 on github
  • Prev Job for on master (#7471.1)
  • Next Job for on master (#7474.1)
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

© 2026 Coveralls, Inc