Skip to content
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

The note about Safari's partial support does not appear on the WebCodec page #6984

Closed
jensimmons opened this issue Feb 27, 2024 · 3 comments
Closed

Comments

@jensimmons
Copy link
Contributor

Screenshot 2024-02-27 at 12 08 52 PM

There's no note for why Can I Use considers Safari to only have partial support for WebCodecs API.

Why?

@jensimmons
Copy link
Contributor Author

In the code for the JSON file I see

 "notes_by_num":{
    "1":"Video-only support"
  },

Weird that the note does not appear on the page.

@Schweinepriester
Copy link
Contributor

Schweinepriester commented Feb 27, 2024

Can reproduce, seems like a bug!

There's an error in the console as well onload of https://caniuse.com/webcodecs:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'split')
    at CiuFeatureTabs.renderBaselineNote (ciu-feature-tabs.ts:157:26)
    at CiuFeatureTabs.renderNotes (ciu-feature-tabs.ts:188:12)
    at CiuFeatureTabs.renderTabContent (ciu-feature-tabs.ts:477:17)
    at CiuFeatureTabs.render (ciu-feature-tabs.ts:508:13)
    at CiuFeatureTabs.update (lit-element.ts:293:33)
    at CiuFeatureTabs.performUpdate (updating-element.ts:774:14)
    at CiuFeatureTabs._enqueueUpdate (updating-element.ts:724:25)
@jensimmons jensimmons changed the title WebCodecs says Safari only has partial support, without any documentation Feb 27, 2024
@Fyrd
Copy link
Owner

Fyrd commented Feb 29, 2024

Yup, it wasn't showing up because of that bug. Has now been fixed, thanks for reporting!

@Fyrd Fyrd closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants