Skip to content

Commit

Permalink
Update (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent 753b2b2 commit 5b7588a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ export default {
NavigateEvent: false,
navigation: false,
Navigation: false,
NavigationActivation: false,
NavigationCurrentEntryChangeEvent: false,
NavigationDestination: false,
NavigationHistoryEntry: false,
Expand Down Expand Up @@ -596,6 +597,7 @@ export default {
onoffline: true,
ononline: true,
onpagehide: true,
onpagereveal: true,
onpageshow: true,
onpaste: true,
onpause: true,
Expand Down Expand Up @@ -652,6 +654,7 @@ export default {
outerHeight: false,
outerWidth: false,
OverconstrainedError: false,
PageRevealEvent: false,
PageTransitionEvent: false,
pageXOffset: false,
pageYOffset: false,
Expand All @@ -670,6 +673,7 @@ export default {
PerformanceElementTiming: false,
PerformanceEntry: false,
PerformanceEventTiming: false,
PerformanceLongAnimationFrameTiming: false,
PerformanceLongTaskTiming: false,
PerformanceMark: false,
PerformanceMeasure: false,
Expand All @@ -679,6 +683,7 @@ export default {
PerformanceObserverEntryList: false,
PerformancePaintTiming: false,
PerformanceResourceTiming: false,
PerformanceScriptTiming: false,
PerformanceServerTiming: false,
PerformanceTiming: false,
PeriodicSyncManager: false,
Expand Down
5 changes: 5 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@
"NavigateEvent": false,
"navigation": false,
"Navigation": false,
"NavigationActivation": false,
"NavigationCurrentEntryChangeEvent": false,
"NavigationDestination": false,
"NavigationHistoryEntry": false,
Expand Down Expand Up @@ -918,6 +919,7 @@
"onoffline": true,
"ononline": true,
"onpagehide": true,
"onpagereveal": true,
"onpageshow": true,
"onpaste": true,
"onpause": true,
Expand Down Expand Up @@ -974,6 +976,7 @@
"outerHeight": false,
"outerWidth": false,
"OverconstrainedError": false,
"PageRevealEvent": false,
"PageTransitionEvent": false,
"pageXOffset": false,
"pageYOffset": false,
Expand All @@ -992,6 +995,7 @@
"PerformanceElementTiming": false,
"PerformanceEntry": false,
"PerformanceEventTiming": false,
"PerformanceLongAnimationFrameTiming": false,
"PerformanceLongTaskTiming": false,
"PerformanceMark": false,
"PerformanceMeasure": false,
Expand All @@ -1001,6 +1005,7 @@
"PerformanceObserverEntryList": false,
"PerformancePaintTiming": false,
"PerformanceResourceTiming": false,
"PerformanceScriptTiming": false,
"PerformanceServerTiming": false,
"PerformanceTiming": false,
"PeriodicSyncManager": false,
Expand Down

0 comments on commit 5b7588a

Please sign in to comment.