Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 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 @@ -143,6 +144,7 @@ export default {
CSSMatrixComponent: false,
CSSMediaRule: false,
CSSNamespaceRule: false,
CSSNestedDeclarations: false,
CSSNumericArray: false,
CSSNumericValue: false,
CSSPageDescriptors: 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
3 changes: 3 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 @@ -168,6 +169,7 @@
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSNestedDeclarations": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
Expand Down Expand Up @@ -2631,6 +2633,7 @@
"BackgroundFetchManager": false,
"BackgroundFetchRecord": false,
"BackgroundFetchRegistration": false,
"BarcodeDetector": false,
"Blob": false,
"BroadcastChannel": false,
"btoa": false,
Expand Down