Skip to content

Commit 08e79c3

Browse files
authored
chore: update globals (#37)
1 parent 9d2cc92 commit 08e79c3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib.rs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
531531
"CharacterBoundsUpdateEvent" => false,
532532
"CharacterData" => false,
533533
"Clipboard" => false,
534+
"ClipboardChangeEvent" => false,
534535
"ClipboardEvent" => false,
535536
"ClipboardItem" => false,
536537
"CloseEvent" => false,
@@ -547,6 +548,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
547548
"CookieStore" => false,
548549
"CookieStoreManager" => false,
549550
"CountQueuingStrategy" => false,
551+
"CreateMonitor" => false,
550552
"Credential" => false,
551553
"CredentialsContainer" => false,
552554
"CropTarget" => false,
@@ -798,6 +800,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
798800
"InputDeviceCapabilities" => false,
799801
"InputDeviceInfo" => false,
800802
"InputEvent" => false,
803+
"IntegrityViolationReportBody" => false,
801804
"IntersectionObserver" => false,
802805
"IntersectionObserverEntry" => false,
803806
"Keyboard" => false,
@@ -958,6 +961,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
958961
"PushManager" => false,
959962
"PushSubscription" => false,
960963
"PushSubscriptionOptions" => false,
964+
"QuotaExceededError" => false,
961965
"RTCCertificate" => false,
962966
"RTCDTMFSender" => false,
963967
"RTCDTMFToneChangeEvent" => false,
@@ -1144,6 +1148,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
11441148
"SubmitEvent" => false,
11451149
"Subscriber" => false,
11461150
"SubtleCrypto" => false,
1151+
"Summarizer" => false,
11471152
"SuppressedError" => false,
11481153
"SyncManager" => false,
11491154
"TEMPORARY" => false,
@@ -1175,6 +1180,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
11751180
"TransformStream" => false,
11761181
"TransformStreamDefaultController" => false,
11771182
"TransitionEvent" => false,
1183+
"Translator" => false,
11781184
"TreeWalker" => false,
11791185
"TrustedHTML" => false,
11801186
"TrustedScript" => false,
@@ -1210,6 +1216,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
12101216
"ViewTimeline" => false,
12111217
"ViewTransition" => false,
12121218
"ViewTransitionTypeSet" => false,
1219+
"Viewport" => false,
12131220
"VirtualKeyboard" => false,
12141221
"VirtualKeyboardGeometryChangeEvent" => false,
12151222
"VisibilityStateEntry" => false,
@@ -1539,6 +1546,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
15391546
"toolbar" => false,
15401547
"top" => false,
15411548
"trustedTypes" => false,
1549+
"viewport" => false,
15421550
"visualViewport" => false,
15431551
"when" => false,
15441552
"window" => false,
@@ -1718,6 +1726,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
17181726
"CloseEvent" => false,
17191727
"CompressionStream" => false,
17201728
"CountQueuingStrategy" => false,
1729+
"CreateMonitor" => false,
17211730
"CropTarget" => false,
17221731
"Crypto" => false,
17231732
"CryptoKey" => false,
@@ -1851,6 +1860,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
18511860
"PushManager" => false,
18521861
"PushSubscription" => false,
18531862
"PushSubscriptionOptions" => false,
1863+
"QuotaExceededError" => false,
18541864
"RTCDataChannel" => false,
18551865
"RTCEncodedAudioFrame" => false,
18561866
"RTCEncodedVideoFrame" => false,
@@ -2030,6 +2040,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
20302040
"CookieStore" => false,
20312041
"CookieStoreManager" => false,
20322042
"CountQueuingStrategy" => false,
2043+
"CreateMonitor" => false,
20332044
"CropTarget" => false,
20342045
"Crypto" => false,
20352046
"CryptoKey" => false,
@@ -2152,7 +2163,9 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
21522163
"PushManager" => false,
21532164
"PushMessageData" => false,
21542165
"PushSubscription" => false,
2166+
"PushSubscriptionChangeEvent" => false,
21552167
"PushSubscriptionOptions" => false,
2168+
"QuotaExceededError" => false,
21562169
"ReadableByteStreamController" => false,
21572170
"ReadableStream" => false,
21582171
"ReadableStreamBYOBReader" => false,

0 commit comments

Comments
 (0)