Skip to content

Commit f899c54

Browse files
authored
Update @webref/idl to 3.55.4 (microsoft#1843)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent ff8c751 commit f899c54

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

inputfiles/removedTypes.jsonc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@
311311
}
312312
}
313313
},
314+
"GetAnimationsOptions": {
315+
"members": {
316+
"member": {
317+
"pseudoElement": null // No implementation as of 2024-11
318+
}
319+
}
320+
},
314321
"IntersectionObserverInit": {
315322
"members": {
316323
"member": {
@@ -765,15 +772,19 @@
765772
"VideoFrameInit": {
766773
"members": {
767774
"member": {
768-
"metadata": null // No implementation as of 2023-03. Linked to VideoFrame.metadata()
775+
"flip": null, // No implementation as of 2024-11
776+
"metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata()
777+
"rotation": null // No implementation as of 2024-11
769778
}
770779
}
771780
},
772781
"VideoFrameBufferInit": {
773782
"members": {
774783
"member": {
775-
"transfer": null, // Blink only as of 2024-04.
776-
"metadata": null // No implementation as of 2024-04. Linked to VideoFrame.metadata()
784+
"flip": null, // No implementation as of 2024-11
785+
"metadata": null, // No implementation as of 2024-04. Linked to VideoFrame.metadata()
786+
"rotation": null, // No implementation as of 2024-11
787+
"transfer": null // Blink only as of 2024-11
777788
}
778789
}
779790
},

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)