Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
Kagami Sascha Rosylight 2024-11-06 09:53:12 +01:00 коммит произвёл GitHub
Родитель ff8c7517a9
Коммит f899c54ca8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 23 добавлений и 12 удалений

Просмотреть файл

@ -311,6 +311,13 @@
}
}
},
"GetAnimationsOptions": {
"members": {
"member": {
"pseudoElement": null // No implementation as of 2024-11
}
}
},
"IntersectionObserverInit": {
"members": {
"member": {
@ -765,15 +772,19 @@
"VideoFrameInit": {
"members": {
"member": {
"metadata": null // No implementation as of 2023-03. Linked to VideoFrame.metadata()
"flip": null, // No implementation as of 2024-11
"metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata()
"rotation": null // No implementation as of 2024-11
}
}
},
"VideoFrameBufferInit": {
"members": {
"member": {
"transfer": null, // Blink only as of 2024-04.
"metadata": null // No implementation as of 2024-04. Linked to VideoFrame.metadata()
"flip": null, // No implementation as of 2024-11
"metadata": null, // No implementation as of 2024-04. Linked to VideoFrame.metadata()
"rotation": null, // No implementation as of 2024-11
"transfer": null // Blink only as of 2024-11
}
}
},

18
package-lock.json сгенерированный
Просмотреть файл

@ -1173,9 +1173,9 @@
}
},
"node_modules/@webref/css": {
"version": "6.17.0",
"resolved": "https://registry.npmjs.org/@webref/css/-/css-6.17.0.tgz",
"integrity": "sha512-5flhd3Wuokf9gNKhFmJ+SlG4tb2+qCXXBB3jo0RG7i9LuigYaZxJd0FqyNsVtTqJwSEXHt9AshTjN82ESr5k6g==",
"version": "6.17.1",
"resolved": "https://registry.npmjs.org/@webref/css/-/css-6.17.1.tgz",
"integrity": "sha512-JLLP7NidctxEt7TuKfuRQFfrdY7vN351uI3CU9SwufvYPLJ2ie0aDYi3YHDdMJzQF7wD/1Qyro1mCjOnrvVHPw==",
"dev": true,
"license": "MIT",
"peerDependencies": {
@ -1190,16 +1190,16 @@
"license": "MIT"
},
"node_modules/@webref/events": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@webref/events/-/events-1.14.0.tgz",
"integrity": "sha512-4Fh/y13pjo/3KDlLdcVnbPBJRhgSgOm4GrASSLuKPJYdOrtBBp9QsGOltSlGhRdeb1HgHWfEymdeokorwAOsQw==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@webref/events/-/events-1.15.0.tgz",
"integrity": "sha512-M9tqhy8bKNaZec8gzclPI6e3KRFDI6hX1yYAGlcCs4nIxBK8JNaYfH3mrO/DphHJlDdG1VXIFTJpImTszvGeqQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@webref/idl": {
"version": "3.55.3",
"resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.55.3.tgz",
"integrity": "sha512-f0q86fjkTMroBZGw8v7bmELknAEP05WboNCnWOIdp5NaeNv61br+rv/19JISdNlA3Zk6bDXL87snM1nKh5fI8g==",
"version": "3.55.4",
"resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.55.4.tgz",
"integrity": "sha512-BXENwnf/vI+RkSqJStn8B3X6MQfEXem8ZiEUM6XF+EWjWuGFkihMyf51Ip7qgPNd5SO95uD8Rw9WPsDfM1Rjrg==",
"dev": true,
"license": "MIT",
"peerDependencies": {