Skip to content

Commit

Permalink
Update globals (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent bd201b5 commit 3cbce2d
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -45,6 +45,7 @@ export default {
BackgroundFetchManager: false,
BackgroundFetchRecord: false,
BackgroundFetchRegistration: false,
BarcodeDetector: false,
BarProp: false,
BaseAudioContext: false,
BatteryManager: false,
Expand Down Expand Up @@ -648,6 +649,8 @@ export default {
onresize: true,
onscroll: true,
onscrollend: true,
onscrollsnapchange: true,
onscrollsnapchanging: true,
onsearch: true,
onsecuritypolicyviolation: true,
onseeked: true,
Expand Down Expand Up @@ -839,6 +842,7 @@ export default {
showDirectoryPicker: false,
showOpenFilePicker: false,
showSaveFilePicker: false,
SnapEvent: false,
SourceBuffer: false,
SourceBufferList: false,
speechSynthesis: false,
Expand Down
1 change: 1 addition & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
BackgroundFetchManager: false,
BackgroundFetchRecord: false,
BackgroundFetchRegistration: false,
BarcodeDetector: false,
Blob: false,
BroadcastChannel: false,
btoa: false,
Expand Down
5 changes: 5 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"BackgroundFetchManager": false,
"BackgroundFetchRecord": false,
"BackgroundFetchRegistration": false,
"BarcodeDetector": false,
"BarProp": false,
"BaseAudioContext": false,
"BatteryManager": false,
Expand Down Expand Up @@ -673,6 +674,8 @@
"onresize": true,
"onscroll": true,
"onscrollend": true,
"onscrollsnapchange": true,
"onscrollsnapchanging": true,
"onsearch": true,
"onsecuritypolicyviolation": true,
"onseeked": true,
Expand Down Expand Up @@ -864,6 +867,7 @@
"showDirectoryPicker": false,
"showOpenFilePicker": false,
"showSaveFilePicker": false,
"SnapEvent": false,
"SourceBuffer": false,
"SourceBufferList": false,
"speechSynthesis": false,
Expand Down Expand Up @@ -2631,6 +2635,7 @@
"BackgroundFetchManager": false,
"BackgroundFetchRecord": false,
"BackgroundFetchRegistration": false,
"BarcodeDetector": false,
"Blob": false,
"BroadcastChannel": false,
"btoa": false,
Expand Down

0 comments on commit 3cbce2d

Please sign in to comment.