Skip to content

Commit

Permalink
Update (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent e0e50d4 commit ce42309
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ export default {
NodeIterator: false,
NodeList: false,
Notification: false,
NotifyPaintEvent: false,
OfflineAudioCompletionEvent: false,
OfflineAudioContext: false,
offscreenBuffering: false,
Expand Down
2 changes: 2 additions & 0 deletions data/nodeBuiltin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default {
MessageChannel: false,
MessageEvent: false,
MessagePort: false,
navigator: false,
Navigator: false,
performance: false,
Performance: false,
PerformanceEntry: false,
Expand Down
7 changes: 7 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@
"NodeIterator": false,
"NodeList": false,
"Notification": false,
"NotifyPaintEvent": false,
"OfflineAudioCompletionEvent": false,
"OfflineAudioContext": false,
"offscreenBuffering": false,
Expand Down Expand Up @@ -1752,6 +1753,8 @@
"MessageEvent": false,
"MessagePort": false,
"module": false,
"navigator": false,
"Navigator": false,
"performance": false,
"Performance": false,
"PerformanceEntry": false,
Expand Down Expand Up @@ -1820,6 +1823,8 @@
"MessageChannel": false,
"MessageEvent": false,
"MessagePort": false,
"navigator": false,
"Navigator": false,
"performance": false,
"Performance": false,
"PerformanceEntry": false,
Expand Down Expand Up @@ -2389,6 +2394,8 @@
"MessageChannel": false,
"MessageEvent": false,
"MessagePort": false,
"navigator": false,
"Navigator": false,
"performance": false,
"Performance": false,
"PerformanceEntry": false,
Expand Down

0 comments on commit ce42309

Please sign in to comment.