Skip to content

Commit

Permalink
Update globals (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 20, 2025
1 parent d018eeb commit 75cb90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/serviceworker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default {
BackgroundFetchRecord: false,
BackgroundFetchRegistration: false,
BackgroundFetchUpdateUIEvent: false,
BarcodeDetector: false,
Blob: false,
BroadcastChannel: false,
btoa: false,
Expand Down
3 changes: 2 additions & 1 deletion globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@
"toint32": false,
"version": false
},
"serviceWorker": {
"serviceworker": {
"AbortController": false,
"AbortPaymentEvent": false,
"AbortSignal": false,
Expand All @@ -2444,6 +2444,7 @@
"BackgroundFetchRecord": false,
"BackgroundFetchRegistration": false,
"BackgroundFetchUpdateUIEvent": false,
"BarcodeDetector": false,
"Blob": false,
"BroadcastChannel": false,
"btoa": false,
Expand Down

0 comments on commit 75cb90a

Please sign in to comment.