-
Notifications
You must be signed in to change notification settings - Fork 0
Native DOM changes
Thomas Di Grégorio edited this page Sep 21, 2016
·
9 revisions
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