File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -16573,7 +16573,6 @@ type RTCIceGatherCandidate = RTCIceCandidateDictionary | RTCIceCandidateComplete
16573
16573
type RTCTransport = RTCDtlsTransport | RTCSrtpSdesTransport;
16574
16574
type USVString = string;
16575
16575
type payloadtype = number;
16576
- type ClientTypes = "window" | "worker" | "sharedworker" | "all";
16577
16576
type MessageEventSource = Window | MessagePort | ServiceWorker;
16578
16577
type AppendMode = "segments" | "sequence";
16579
16578
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
@@ -16584,6 +16583,7 @@ type CanPlayTypeResult = "" | "maybe" | "probably";
16584
16583
type CanvasFillRule = "nonzero" | "evenodd";
16585
16584
type ChannelCountMode = "max" | "clamped-max" | "explicit";
16586
16585
type ChannelInterpretation = "speakers" | "discrete";
16586
+ type ClientTypes = "window" | "worker" | "sharedworker" | "all";
16587
16587
type DisplayCaptureSurfaceType = "monitor" | "window" | "application" | "browser";
16588
16588
type DistanceModelType = "linear" | "inverse" | "exponential";
16589
16589
type DocumentReadyState = "loading" | "interactive" | "complete";
Original file line number Diff line number Diff line change @@ -1883,9 +1883,9 @@ type GLushort = number;
1883
1883
type IDBKeyPath = string ;
1884
1884
type USVString = string ;
1885
1885
type payloadtype = number ;
1886
- type ClientTypes = "window" | "worker" | "sharedworker" | "all" ;
1887
1886
type MessageEventSource = object | MessagePort | ServiceWorker ;
1888
1887
type BinaryType = "blob" | "arraybuffer" ;
1888
+ type ClientTypes = "window" | "worker" | "sharedworker" | "all" ;
1889
1889
type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique" ;
1890
1890
type IDBRequestReadyState = "pending" | "done" ;
1891
1891
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange" ;
Original file line number Diff line number Diff line change 43
43
},
44
44
"enums" : {
45
45
"enum" : {
46
+ "ClientTypes" : {
47
+ "name" : " ClientTypes" ,
48
+ "value" : [
49
+ " window" ,
50
+ " worker" ,
51
+ " sharedworker" ,
52
+ " all"
53
+ ]
54
+ },
46
55
"WorkerType" : {
47
56
"name" : " WorkerType" ,
48
57
"value" : [
2998
3007
"new-type" : " payloadtype" ,
2999
3008
"override-type" : " number"
3000
3009
},
3001
- {
3002
- "new-type" : " ClientTypes" ,
3003
- "override-type" : " \" window\" | \" worker\" | \" sharedworker\" | \" all\" "
3004
- },
3005
3010
{
3006
3011
"new-type" : " MessageEventSource" ,
3007
3012
"type" : [
You can’t perform that action at this time.
0 commit comments