Skip to content

Commit

Permalink
fix WebComponents mangling bug (#1524)
Browse files Browse the repository at this point in the history
closes #1170
  • Loading branch information
arilotter committed Apr 27, 2024
1 parent db932f0 commit d7e10df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/domprops.js
Expand Up @@ -3081,6 +3081,7 @@ export var domprops = [
"attestationObject",
"attrChange",
"attrName",
"attributeChangedCallback",
"attributeFilter",
"attributeName",
"attributeNamespace",
Expand Down Expand Up @@ -3638,6 +3639,7 @@ export var domprops = [
"connectShark",
"connectStart",
"connected",
"connectedCallback',
"connection",
"connectionList",
"connectionSpeed",
Expand Down

0 comments on commit d7e10df

Please sign in to comment.