Manually update to webref/idl@3.30.0 (#1524)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
Родитель
8f8e42d635
Коммит
513aae273e
|
@ -2001,7 +2001,7 @@ interface VideoEncoderConfig {
|
|||
alpha?: AlphaOption;
|
||||
avc?: AvcEncoderConfig;
|
||||
bitrate?: number;
|
||||
bitrateMode?: BitrateMode;
|
||||
bitrateMode?: VideoEncoderBitrateMode;
|
||||
codec: string;
|
||||
displayHeight?: number;
|
||||
displayWidth?: number;
|
||||
|
@ -19305,7 +19305,6 @@ type AutomationRate = "a-rate" | "k-rate";
|
|||
type AvcBitstreamFormat = "annexb" | "avc";
|
||||
type BinaryType = "arraybuffer" | "blob";
|
||||
type BiquadFilterType = "allpass" | "bandpass" | "highpass" | "highshelf" | "lowpass" | "lowshelf" | "notch" | "peaking";
|
||||
type BitrateMode = "constant" | "variable";
|
||||
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
|
||||
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
|
||||
type CanPlayTypeResult = "" | "maybe" | "probably";
|
||||
|
@ -19354,7 +19353,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|||
type IDBRequestReadyState = "done" | "pending";
|
||||
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
||||
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
||||
type ImageOrientation = "flipY" | "from-image";
|
||||
type ImageOrientation = "flipY" | "from-image" | "none";
|
||||
type ImageSmoothingQuality = "high" | "low" | "medium";
|
||||
type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
|
||||
type IterationCompositeOperation = "accumulate" | "replace";
|
||||
|
@ -19453,6 +19452,7 @@ type TouchType = "direct" | "stylus";
|
|||
type TransferFunction = "hlg" | "pq" | "srgb";
|
||||
type UserVerificationRequirement = "discouraged" | "preferred" | "required";
|
||||
type VideoColorPrimaries = "bt470bg" | "bt709" | "smpte170m";
|
||||
type VideoEncoderBitrateMode = "constant" | "quantizer" | "variable";
|
||||
type VideoFacingModeEnum = "environment" | "left" | "right" | "user";
|
||||
type VideoMatrixCoefficients = "bt470bg" | "bt709" | "rgb" | "smpte170m";
|
||||
type VideoPixelFormat = "BGRA" | "BGRX" | "I420" | "I420A" | "I422" | "I444" | "NV12" | "RGBA" | "RGBX";
|
||||
|
|
|
@ -6238,7 +6238,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|||
type IDBRequestReadyState = "done" | "pending";
|
||||
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
||||
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
||||
type ImageOrientation = "flipY" | "from-image";
|
||||
type ImageOrientation = "flipY" | "from-image" | "none";
|
||||
type ImageSmoothingQuality = "high" | "low" | "medium";
|
||||
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
||||
type KeyType = "private" | "public" | "secret";
|
||||
|
|
|
@ -6246,7 +6246,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|||
type IDBRequestReadyState = "done" | "pending";
|
||||
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
||||
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
||||
type ImageOrientation = "flipY" | "from-image";
|
||||
type ImageOrientation = "flipY" | "from-image" | "none";
|
||||
type ImageSmoothingQuality = "high" | "low" | "medium";
|
||||
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
||||
type KeyType = "private" | "public" | "secret";
|
||||
|
|
|
@ -779,7 +779,7 @@ interface VideoEncoderConfig {
|
|||
alpha?: AlphaOption;
|
||||
avc?: AvcEncoderConfig;
|
||||
bitrate?: number;
|
||||
bitrateMode?: BitrateMode;
|
||||
bitrateMode?: VideoEncoderBitrateMode;
|
||||
codec: string;
|
||||
displayHeight?: number;
|
||||
displayWidth?: number;
|
||||
|
@ -6735,7 +6735,6 @@ type XMLHttpRequestBodyInit = Blob | BufferSource | FormData | URLSearchParams |
|
|||
type AlphaOption = "discard" | "keep";
|
||||
type AvcBitstreamFormat = "annexb" | "avc";
|
||||
type BinaryType = "arraybuffer" | "blob";
|
||||
type BitrateMode = "constant" | "variable";
|
||||
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
|
||||
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
|
||||
type CanvasDirection = "inherit" | "ltr" | "rtl";
|
||||
|
@ -6767,7 +6766,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|||
type IDBRequestReadyState = "done" | "pending";
|
||||
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
||||
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
||||
type ImageOrientation = "flipY" | "from-image";
|
||||
type ImageOrientation = "flipY" | "from-image" | "none";
|
||||
type ImageSmoothingQuality = "high" | "low" | "medium";
|
||||
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
||||
type KeyType = "private" | "public" | "secret";
|
||||
|
@ -6800,6 +6799,7 @@ type ServiceWorkerState = "activated" | "activating" | "installed" | "installing
|
|||
type ServiceWorkerUpdateViaCache = "all" | "imports" | "none";
|
||||
type TransferFunction = "hlg" | "pq" | "srgb";
|
||||
type VideoColorPrimaries = "bt470bg" | "bt709" | "smpte170m";
|
||||
type VideoEncoderBitrateMode = "constant" | "quantizer" | "variable";
|
||||
type VideoMatrixCoefficients = "bt470bg" | "bt709" | "rgb" | "smpte170m";
|
||||
type VideoPixelFormat = "BGRA" | "BGRX" | "I420" | "I420A" | "I422" | "I444" | "NV12" | "RGBA" | "RGBX";
|
||||
type VideoTransferCharacteristics = "bt709" | "iec61966-2-1" | "smpte170m";
|
||||
|
|
|
@ -455,6 +455,14 @@
|
|||
},
|
||||
"ValueType": {
|
||||
"legacyNamespace": "WebAssembly"
|
||||
},
|
||||
"ImageOrientation": {
|
||||
"value": [
|
||||
// The spec removed this but it's still in browsers and WebKit doesn't support the new one.
|
||||
// Keep it until it's safer to fully migrate.
|
||||
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1507#issuecomment-1454792451
|
||||
"none"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -596,6 +596,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"VideoEncoderEncodeOptions": {
|
||||
"members": {
|
||||
"member": {
|
||||
"vp9": null // Blink only as of 2023-03
|
||||
}
|
||||
}
|
||||
},
|
||||
"VideoFrameInit": {
|
||||
"members": {
|
||||
"member": {
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче