-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for Chrome 124 beta #22681
Updates for Chrome 124 beta #22681
Conversation
This would help update data for Chrome 124: mdn/browser-compat-data#22681
I've sent openwebdocs/mdn-bcd-collector#1341 to help test |
This will allow jitterBufferTarget to be tested: mdn/browser-compat-data#22681
And |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some spot checking and as expected it all checks out.
@@ -5138,7 +5138,7 @@ | |||
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtmlunsafe", | |||
"support": { | |||
"chrome": { | |||
"version_added": false | |||
"version_added": "124" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -9254,7 +9254,7 @@ | |||
"spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtmlunsafe", | |||
"support": { | |||
"chrome": { | |||
"version_added": false | |||
"version_added": "124" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2630,7 +2630,7 @@ | |||
"spec_url": "https://dom.spec.whatwg.org/#dom-shadowrootinit-clonable", | |||
"support": { | |||
"chrome": { | |||
"version_added": false | |||
"version_added": "124" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"spec_url": "https://wicg.github.io/private-network-access/#dom-request-targetaddressspace", | ||
"support": { | ||
"chrome": { | ||
"version_added": "124" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Elchi3 I didn't merge, I'm not sure if you're using this as a TODO for the non-automated bits. Please merge if you like :) |
This is just an FYI for me on how to improve automation. Thanks for the review! Merging |
This would help update data for Chrome 124: mdn/browser-compat-data#22681
This will allow jitterBufferTarget to be tested: mdn/browser-compat-data#22681
This would help update data for Chrome 124: mdn/browser-compat-data#22681
This will allow jitterBufferTarget to be tested: mdn/browser-compat-data#22681
The Open Web Docs BCD collector v10.10.2 found new features shipping in Chrome 124 beta which was released yesterday. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Chrome Canary/behind origin trials/enrollment, it is not considered here.
With this PR, BCD considers the following features as shipping in Chrome 124:
There are some features on chromestatus that weren't collected and I've identified some reasons for that:
writingsuggestions
might need to default to "off" whatwg/html#10209 (comment))Again, I hope this PR is useful to update BCD for the new Chrome 124 more easily and faster. If you have feedback, let me know! /cc @chrisdavidmills