File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20104,7 +20104,7 @@ type Transport = "usb" | "nfc" | "ble";
2010420104type UserVerificationRequirement = "required" | "preferred" | "discouraged";
2010520105type VRDisplayEventReason = "mounted" | "navigation" | "requested" | "unmounted";
2010620106type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
20107- type VisibilityState = "hidden" | "visible" | "prerender" ;
20107+ type VisibilityState = "hidden" | "visible";
2010820108type WebGLPowerPreference = "default" | "low-power" | "high-performance";
2010920109type WorkerType = "classic" | "module";
2011020110type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
Original file line number Diff line number Diff line change @@ -5863,7 +5863,7 @@ type RequestRedirect = "follow" | "error" | "manual";
58635863type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect" ;
58645864type ServiceWorkerState = "installing" | "installed" | "activating" | "activated" | "redundant" ;
58655865type ServiceWorkerUpdateViaCache = "imports" | "all" | "none" ;
5866- type VisibilityState = "hidden" | "visible" | "prerender" ;
5866+ type VisibilityState = "hidden" | "visible" ;
58675867type WebGLPowerPreference = "default" | "low-power" | "high-performance" ;
58685868type WorkerType = "classic" | "module" ;
58695869type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
Original file line number Diff line number Diff line change 11enum VisibilityState {
2- "hidden", "visible", "prerender"
2+ "hidden", "visible"
33};
44
55partial interface Document {
You can’t perform that action at this time.
0 commit comments