Skip to content

Commit

Permalink
domprops.js: add NavigatorUAData to domprops (#1166)
Browse files Browse the repository at this point in the history
* add userAgentData and NavigatorUAData props to domprops

* add missing props
  • Loading branch information
wesleyorbin committed Mar 21, 2022
1 parent 7bc2479 commit a88f4fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/domprops.js
Expand Up @@ -2979,6 +2979,7 @@ export var domprops = [
"applyElement",
"arc",
"arcTo",
"architecture",
"archive",
"areas",
"arguments",
Expand Down Expand Up @@ -3153,6 +3154,7 @@ export var domprops = [
"bindTexture",
"bindTransformFeedback",
"bindVertexArray",
"bitness",
"blendColor",
"blendEquation",
"blendEquationSeparate",
Expand Down Expand Up @@ -3314,6 +3316,8 @@ export var domprops = [
"boxDecorationBreak",
"boxShadow",
"boxSizing",
"brand",
"brands",
"break-after",
"break-before",
"break-inside",
Expand Down Expand Up @@ -4312,6 +4316,7 @@ export var domprops = [
"fround",
"fullPath",
"fullScreen",
"fullVersionList",
"fullscreen",
"fullscreenElement",
"fullscreenEnabled",
Expand Down Expand Up @@ -4437,6 +4442,7 @@ export var domprops = [
"getFrequencyResponse",
"getFullYear",
"getGamepads",
"getHighEntropyValues",
"getHitTestResults",
"getHitTestResultsForTransientInput",
"getHours",
Expand Down Expand Up @@ -5277,7 +5283,9 @@ export var domprops = [
"mix-blend-mode",
"mixBlendMode",
"mm",
"mobile",
"mode",
"model",
"modify",
"mount",
"move",
Expand Down Expand Up @@ -6183,6 +6191,7 @@ export var domprops = [
"placeItems",
"placeSelf",
"placeholder",
"platformVersion",
"platform",
"platforms",
"play",
Expand Down Expand Up @@ -7421,6 +7430,7 @@ export var domprops = [
"user-select",
"userActivation",
"userAgent",
"userAgentData",
"userChoice",
"userHandle",
"userHint",
Expand Down Expand Up @@ -7734,6 +7744,7 @@ export var domprops = [
"wordSpacing",
"wordWrap",
"workerStart",
"wow64",
"wrap",
"wrapKey",
"writable",
Expand Down

0 comments on commit a88f4fa

Please sign in to comment.