html-element
Advanced tools
Comparing version 1.2.0 to 1.2.2
{ | ||
"name": "html-element", | ||
"version": "1.2.0", | ||
"version": "1.2.2", | ||
"homepage": "https://github.com/1N50MN14/html-element", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -6,2 +6,4 @@ # html-element | ||
The current implementation is fully compatible with <a href="https://npmjs.org/package/hyperscript">hyperscript</a>! | ||
Note: adds "document" to globals. | ||
@@ -21,2 +23,5 @@ | ||
- classList.add(class) | ||
- innerHTML() | ||
- outerHTML() | ||
- textContent() | ||
@@ -26,6 +31,8 @@ Setters update existing objects, otherwise create anew; | ||
## Properties | ||
- innerHTML | ||
- outerHTML | ||
- textContent | ||
- attribute.value | ||
- attribute.name | ||
- everything else | ||
@@ -32,0 +39,0 @@ ## TODO / Missing features |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8993
43