api.ChapterInformation - Not supported by chromium in android (probably also not supported in webview)
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The ChapterInformation interface should not supported by chromium in android (probably also webview)
(also notice that, per bcd, the Media Session API is not available in webview)
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
correct data for them
Did you test this? If so, how?
test in local chrome android browser (M124), using mdn-bcd-collector, it says the interface is not supported
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://chromestatus.com/feature/6682585059295232 says it is not supported in android, ios and webview, but only supported in desktop
Do you have anything more you want to share?
relates to https://github.com/mdn/browser-compat-data/issues/24690
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/ChapterInformation#browser_compatibility
MDN metadata
No response
Good catch, thanks!
We should set chrome_android to { version_added: false } for api.ChapterInformation and all subfeatures.
@skyclouds2001 Would you like to open a PR with these changes? 🙏