Skip to content

Commit

Permalink
Update (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 16, 2024
1 parent 73ad28f commit 19ea4cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default {
close: false,
closed: false,
CloseEvent: false,
CloseWatcher: false,
Comment: false,
CompositionEvent: false,
CompressionStream: false,
Expand Down Expand Up @@ -167,6 +168,7 @@ export default {
CSSUnitValue: false,
CSSUnparsedValue: false,
CSSVariableReferenceValue: false,
CSSViewTransitionRule: false,
currentFrame: false,
currentTime: false,
CustomElementRegistry: false,
Expand Down Expand Up @@ -1036,6 +1038,7 @@ export default {
WebGLBuffer: false,
WebGLContextEvent: false,
WebGLFramebuffer: false,
WebGLObject: false,
WebGLProgram: false,
WebGLQuery: false,
WebGLRenderbuffer: false,
Expand Down
1 change: 1 addition & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export default {
WebGLBuffer: false,
WebGLContextEvent: false,
WebGLFramebuffer: false,
WebGLObject: false,
WebGLProgram: false,
WebGLQuery: false,
WebGLRenderbuffer: false,
Expand Down
4 changes: 4 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"close": false,
"closed": false,
"CloseEvent": false,
"CloseWatcher": false,
"Comment": false,
"CompositionEvent": false,
"CompressionStream": false,
Expand Down Expand Up @@ -192,6 +193,7 @@
"CSSUnitValue": false,
"CSSUnparsedValue": false,
"CSSVariableReferenceValue": false,
"CSSViewTransitionRule": false,
"currentFrame": false,
"currentTime": false,
"CustomElementRegistry": false,
Expand Down Expand Up @@ -1061,6 +1063,7 @@
"WebGLBuffer": false,
"WebGLContextEvent": false,
"WebGLFramebuffer": false,
"WebGLObject": false,
"WebGLProgram": false,
"WebGLQuery": false,
"WebGLRenderbuffer": false,
Expand Down Expand Up @@ -2796,6 +2799,7 @@
"WebGLBuffer": false,
"WebGLContextEvent": false,
"WebGLFramebuffer": false,
"WebGLObject": false,
"WebGLProgram": false,
"WebGLQuery": false,
"WebGLRenderbuffer": false,
Expand Down

0 comments on commit 19ea4cf

Please sign in to comment.