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

infernojs / inferno / 7473
93%

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

pending completion
7473

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

Jobs
ID Job ID Ran Files Coverage
1 7473.1 06 Oct 2019 09:44PM UTC 0
95.06
Travis Job 7473.1
Source Files on build 7473
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7473
  • d02007c9 on github
  • Prev Build on master (#7471)
  • Next Build on master (#7474)
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