Skip to content

Commit

Permalink
Update (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 5, 2024
1 parent d8fb3e2 commit 9e2e259
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/browser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ export default {
IntersectionObserver: false,
IntersectionObserverEntry: false,
isSecureContext: false,
Iterator: false,
Keyboard: false,
KeyboardEvent: false,
KeyboardLayoutMap: false,
Expand Down Expand Up @@ -810,6 +811,8 @@ export default {
StereoPannerNode: false,
stop: false,
Storage: false,
StorageBucket: false,
StorageBucketManager: false,
StorageEvent: false,
StorageManager: false,
structuredClone: false,
Expand Down
3 changes: 3 additions & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export default {
importScripts: false,
indexedDB: false,
isSecureContext: false,
Iterator: false,
location: false,
Lock: false,
LockManager: false,
Expand Down Expand Up @@ -201,6 +202,8 @@ export default {
setTimeout: false,
SourceBuffer: false,
SourceBufferList: false,
StorageBucket: false,
StorageBucketManager: false,
StorageManager: false,
structuredClone: false,
SubtleCrypto: false,
Expand Down
6 changes: 6 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@
"IntersectionObserver": false,
"IntersectionObserverEntry": false,
"isSecureContext": false,
"Iterator": false,
"Keyboard": false,
"KeyboardEvent": false,
"KeyboardLayoutMap": false,
Expand Down Expand Up @@ -1174,6 +1175,8 @@
"StereoPannerNode": false,
"stop": false,
"Storage": false,
"StorageBucket": false,
"StorageBucketManager": false,
"StorageEvent": false,
"StorageManager": false,
"structuredClone": false,
Expand Down Expand Up @@ -1567,6 +1570,7 @@
"importScripts": false,
"indexedDB": false,
"isSecureContext": false,
"Iterator": false,
"location": false,
"Lock": false,
"LockManager": false,
Expand Down Expand Up @@ -1637,6 +1641,8 @@
"setTimeout": false,
"SourceBuffer": false,
"SourceBufferList": false,
"StorageBucket": false,
"StorageBucketManager": false,
"StorageManager": false,
"structuredClone": false,
"SubtleCrypto": false,
Expand Down

0 comments on commit 9e2e259

Please sign in to comment.