Skip to content

Native DOM changes

Thomas Di Grégorio edited this page Sep 21, 2016 · 9 revisions

What has changed in natives DOM objects

All classes that begin with HTML and finish by Element are referenced into the html package. console.log( HTMLScriptElement === html.Script ); // true console.log( HTMLScriptElement === html.Script ); // true console.log( HTMLScriptElement === html.Script ); // true

Document Node Element