File tree 3 files changed +2
-9
lines changed 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -16657,5 +16657,5 @@ type VRDisplayEventReason = "mounted" | "navigation" | "requested" | "unmounted"
16657
16657
type VREye = "left" | "right";
16658
16658
type VideoFacingModeEnum = "user" | "environment" | "left" | "right";
16659
16659
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded";
16660
- type WorkerType = "classic" | "module" | "classic" | "module" ;
16660
+ type WorkerType = "classic" | "module";
16661
16661
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text";
Original file line number Diff line number Diff line change @@ -2184,5 +2184,5 @@ type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaquer
2184
2184
type ServiceWorkerState = "installing" | "installed" | "activating" | "activated" | "redundant" ;
2185
2185
type ServiceWorkerUpdateViaCache = "imports" | "all" | "none" ;
2186
2186
type VisibilityState = "hidden" | "visible" | "prerender" | "unloaded" ;
2187
- type WorkerType = "classic" | "module" | "classic" | "module" ;
2187
+ type WorkerType = "classic" | "module" ;
2188
2188
type XMLHttpRequestResponseType = "" | "arraybuffer" | "blob" | "document" | "json" | "text" ;
Original file line number Diff line number Diff line change 61
61
" sharedworker" ,
62
62
" all"
63
63
]
64
- },
65
- "WorkerType" : {
66
- "name" : " WorkerType" ,
67
- "value" : [
68
- " classic" ,
69
- " module"
70
- ]
71
64
}
72
65
}
73
66
},
You can’t perform that action at this time.
0 commit comments