Skip to content

Commit

Permalink
Update globals (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: sindresorhus <170270+sindresorhus@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sindresorhus authored Dec 1, 2024
1 parent ff4844d commit dc7a9a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default {
CSSKeywordValue: false,
CSSLayerBlockRule: false,
CSSLayerStatementRule: false,
CSSMarginRule: false,
CSSMathClamp: false,
CSSMathInvert: false,
CSSMathMax: false,
Expand Down Expand Up @@ -1098,12 +1099,15 @@ export default {
XRDepthInformation: false,
XRDOMOverlayState: false,
XRFrame: false,
XRHand: false,
XRHitTestResult: false,
XRHitTestSource: false,
XRInputSource: false,
XRInputSourceArray: false,
XRInputSourceEvent: false,
XRInputSourcesChangeEvent: false,
XRJointPose: false,
XRJointSpace: false,
XRLayer: false,
XRLightEstimate: false,
XRLightProbe: false,
Expand Down
4 changes: 4 additions & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export default {
GPUUncapturedErrorEvent: false,
GPUValidationError: false,
Headers: false,
HID: false,
HIDConnectionEvent: false,
HIDDevice: false,
HIDInputReportEvent: false,
IDBCursor: false,
IDBCursorWithValue: false,
IDBDatabase: false,
Expand Down
8 changes: 8 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
"CSSKeywordValue": false,
"CSSLayerBlockRule": false,
"CSSLayerStatementRule": false,
"CSSMarginRule": false,
"CSSMathClamp": false,
"CSSMathInvert": false,
"CSSMathMax": false,
Expand Down Expand Up @@ -1123,12 +1124,15 @@
"XRDepthInformation": false,
"XRDOMOverlayState": false,
"XRFrame": false,
"XRHand": false,
"XRHitTestResult": false,
"XRHitTestSource": false,
"XRInputSource": false,
"XRInputSourceArray": false,
"XRInputSourceEvent": false,
"XRInputSourcesChangeEvent": false,
"XRJointPose": false,
"XRJointSpace": false,
"XRLayer": false,
"XRLightEstimate": false,
"XRLightProbe": false,
Expand Down Expand Up @@ -2768,6 +2772,10 @@
"GPUUncapturedErrorEvent": false,
"GPUValidationError": false,
"Headers": false,
"HID": false,
"HIDConnectionEvent": false,
"HIDDevice": false,
"HIDInputReportEvent": false,
"IDBCursor": false,
"IDBCursorWithValue": false,
"IDBDatabase": false,
Expand Down

0 comments on commit dc7a9a1

Please sign in to comment.