Skip to content

Commit

Permalink
Update globals (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: sindresorhus <170270+sindresorhus@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sindresorhus committed Aug 1, 2024
1 parent df410c8 commit f72b047
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -8,6 +8,9 @@ export default {
AbstractRange: false,
Accelerometer: false,
addEventListener: false,
ai: false,
AI: false,
AITextSession: false,
alert: false,
AnalyserNode: false,
Animation: false,
Expand Down Expand Up @@ -77,6 +80,7 @@ export default {
CDATASection: false,
ChannelMergerNode: false,
ChannelSplitterNode: false,
ChapterInformation: false,
CharacterBoundsUpdateEvent: false,
CharacterData: false,
clearInterval: false,
Expand Down Expand Up @@ -141,6 +145,7 @@ export default {
CSSNamespaceRule: false,
CSSNumericArray: false,
CSSNumericValue: false,
CSSPageDescriptors: false,
CSSPageRule: false,
CSSPerspective: false,
CSSPositionTryDescriptors: false,
Expand Down
1 change: 1 addition & 0 deletions data/worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
AbortController: false,
AbortSignal: false,
addEventListener: false,
ai: false,
atob: false,
AudioData: false,
AudioDecoder: false,
Expand Down
6 changes: 6 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"AbstractRange": false,
"Accelerometer": false,
"addEventListener": false,
"ai": false,
"AI": false,
"AITextSession": false,
"alert": false,
"AnalyserNode": false,
"Animation": false,
Expand Down Expand Up @@ -102,6 +105,7 @@
"CDATASection": false,
"ChannelMergerNode": false,
"ChannelSplitterNode": false,
"ChapterInformation": false,
"CharacterBoundsUpdateEvent": false,
"CharacterData": false,
"clearInterval": false,
Expand Down Expand Up @@ -166,6 +170,7 @@
"CSSNamespaceRule": false,
"CSSNumericArray": false,
"CSSNumericValue": false,
"CSSPageDescriptors": false,
"CSSPageRule": false,
"CSSPerspective": false,
"CSSPositionTryDescriptors": false,
Expand Down Expand Up @@ -2618,6 +2623,7 @@
"AbortController": false,
"AbortSignal": false,
"addEventListener": false,
"ai": false,
"atob": false,
"AudioData": false,
"AudioDecoder": false,
Expand Down

0 comments on commit f72b047

Please sign in to comment.