UNPKG

380 BJavaScriptView Raw
1/*
2 * Copyright (c) Mev-Rael (mevrael@gmail.com)
3 * BunnyJS (https://bunnyjs.com)
4 */
5
6// Normalize all native Interfaces and Prototypes
7// across all browsers
8// According to WHAT WG HTML specification
9// and ECMA-262 specification
10
11// add Node.prototype.firstElementChild
12// https://dom.spec.whatwg.org/#dom-parentnode-firstelementchild
13import './polyfills/firstElementChild';