mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.92k stars 1.98k forks source link

api.GPU - "EdgeOS" supported for Edge WebGPU #20002

Closed vgskye closed 1 year ago

vgskye commented 1 year ago

What type of issue is this?

Incorrect support data (example: Chrome says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

In the edge implementation notes, it says that it's only supported on EdgeOS, macOS, and Windows. EdgeOS is, from what I can gather, an OS for a certain lineup of routers.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

A router OS that cannot run Edge or even any browser is not listed as a supported platform.

Did you test this? If so, how?

No, I do not own an Ubiquiti EdgeRouter, but it is not even listed as a supported platform in the downloads page for Edge.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API

MDN metadata

MDN page report details * Query: `api.GPU` * Report started: 2023-05-31T12:15:37.816Z
Elchi3 commented 1 year ago

This should be fixed by https://github.com/mdn/browser-compat-data/pull/19902.

Not sure why it isn't deployed yet. Did we miss anything, @queengooborg?

queengooborg commented 1 year ago

I just did a bunch of testing, and this seems to be an issue on Yari's end. I added a new unittest (https://github.com/mdn/browser-compat-data/pull/20020) to make sure our mirroring is working correctly, and it is. I also just checked the latest BCD release, and its notes are working fine:

Screenshot 2023-06-03 at 18 06 35

So, for whatever reason, Yari hasn't yet updated.

I'm going to close this issue because it's not an issue with BCD, but I'll report this to the engineers to hopefully get it fixed.

LeoMcA commented 1 year ago

Our github actions in mdn/bcd-utils stopped running due to "inactivity" :disappointed:

Should be fixed now, cache permitting: image