Skip to content

Commit

Permalink
Add missing domprops: configurable/enumerable (#1393)
Browse files Browse the repository at this point in the history
Used by Object.defineProperty
  • Loading branch information
jpdutoit committed May 22, 2023
1 parent 47fc986 commit 6cdee01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/domprops.js
Original file line number Diff line number Diff line change
Expand Up @@ -3575,6 +3575,7 @@ export var domprops = [
"coneInnerAngle",
"coneOuterAngle",
"coneOuterGain",
"configurable",
"configuration",
"configurationName",
"configurationValue",
Expand Down Expand Up @@ -4084,6 +4085,7 @@ export var domprops = [
"entities",
"entries",
"entryType",
"enumerable",
"enumerate",
"enumerateDevices",
"enumerateEditable",
Expand Down

0 comments on commit 6cdee01

Please sign in to comment.