-
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
Add Chromium versions for MutationRecord API #12457
Conversation
This PR adds real values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `MutationRecord` API, based upon commit history and date. Commit: https://source.chromium.org/chromium/chromium/src/+/312007166b154657025bd14c72574888e2779076
This doesn't match https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/takeRecords#browser_compatibility, what does |
The commit history indicates that the I'll set this to Chrome 20 accordingly! |
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.
Thanks for checking out the discrepancy!
I wasn't totally sure about the takeRecords()
data, but I could confirm Chrome 20 using the updated tests in foolip/mdn-bcd-collector#1511.
Oh, wait, actually Before this, |
I'm unsure what callback are you referring to, could you clarify? |
That's the first argument to the |
These are all cases where the source data was updated but the mirrored data wasn't updated. Assume that the changes in the PRs are correct and use "mirror" to get the data in sync again. AudioContext: mdn#1579 CSSTransition: mdn#6707 DOMTokenList: mdn#6568 MutationRecord: mdn#12457 RTCDataChannelEvent: mdn#12895 Response: mdn#12579
These are all cases where the source data was updated but the mirrored data wasn't updated. Assume that the changes in the PRs are correct and use "mirror" to get the data in sync again. AudioContext: #1579 CSSTransition: #6707 DOMTokenList: #6568 MutationRecord: #12457 RTCDataChannelEvent: #12895 Response: #12579
This PR adds real values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the
MutationRecord
API, based upon commit history and date.Commits: https://source.chromium.org/chromium/chromium/src/+/312007166b154657025bd14c72574888e2779076
https://source.chromium.org/chromium/chromium/src/+/4e5368c3ba5b6cdf4a878fe39888f090d77dc585